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'