Skip to content

Commit

Permalink
[wip][CI] Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 6, 2024
1 parent a5885aa commit e57437a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
python3 -m build
twine check dist/*
python3 -m pip install "$( find dist -name '*.tar.gz' | head -1 )"[full]
pip uninstall fast_zip_decryption || true
- name: Test Installation From Tarball
run: |
Expand Down

0 comments on commit e57437a

Please sign in to comment.