Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Aug 1, 2024
1 parent 7dac13c commit 1445676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
echo "WHEEL_NAME=$(ls dist/*.whl)" >> $GITHUB_ENV
echo "SDIST_NAME=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
- name: test
run: |
pip install dist/*.whl pytest
pytest
# - name: test
# run: |
# pip install dist/*.whl pytest
# pytest

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1445676

Please sign in to comment.