From 49f6d5f274bbdb2aeecc5028ae7dd9cf7b90d5c3 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Tue, 1 Nov 2022 22:44:33 +0100 Subject: [PATCH] chore: run generation only for python 3.10 --- .github/workflows/test_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 225ad08..fe0967f 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -60,6 +60,7 @@ jobs: if: matrix.python-version == '3.10.7' run: poetry run pre-commit run -a - name: Auto-generate missing pairs + if: matrix.python-version == '3.10.7' run: . activate.sh && poetry run python generatestructs.py - name: Commit & Push changes if: matrix.python-version == '3.10.7' && github.ref == 'refs/heads/main'