From 885a9b80dec47574076a26098af01593fc5e0356 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl>
Date: Mon, 19 Jun 2023 09:02:34 +0200
Subject: [PATCH] remove tox cache

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 42907cb..41f8f87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,4 @@
 image: 'python:3.8'
-cache:
-  paths:
-    - .tox
 stages:
   - check_style
   - test
-- 
GitLab