Skip to content

Commit

Permalink
[tmp][CI] Debug regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 6, 2024
1 parent 7273999 commit aa054fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
python3 -m pip install --upgrade-strategy eager --upgrade twine build fusepy cffi
- name: Test Startup With Only One Compression Dependency
if: false
run: |
for module in indexed_gzip indexed_zstd lzmaffi python-xz; do
python3 -m pip install --upgrade "$module"
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
python3 -c 'import pygit2'
- name: Unit Tests
if: false
run: |
python3 -m pip install pytest pytest-xdist
for file in core/tests/test_*.py tests/test_*.py; do
Expand Down

0 comments on commit aa054fa

Please sign in to comment.