From bb41ff1176aa5cc1a9b9e5a0d0fcc299257c9155 Mon Sep 17 00:00:00 2001
From: Kostas Vilkelis <kostasvilkelis@gmail.com>
Date: Thu, 9 May 2024 12:53:24 +0000
Subject: [PATCH] rm nox

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09d1af7..7b78417 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,7 +80,6 @@ publish to test pypi:
   needs:
     - run tests
     - run docs
-    - run nox
   rules:
     - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*\+test$/' # vX.Y.Z.post1+test
   script:
-- 
GitLab