diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index b29e2a36..3e18c51d 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -36,18 +36,6 @@ jobs: - name: Run fast tests run: | hatch -v run test -m "not slow" - # - name: Commit and push coverage JSON to GitHub pages - # if: matrix.python-version == '3.11' # Only run for Python 3.11 - # run: | - # git config --global user.name "GitHub Actions" - # git config --global user.email "actions@github.com" - # git fetch origin gh-pages - # git checkout -f gh-pages origin/gh-pages - # # git checkout ${{ github.ref_name }} - # # git pull origin coverage --rebase - # git add coverage.json - # git commit -m "Update coverage badge" - # git push origin gh-pages publish: name: Publish to PyPI