Skip to content

Commit

Permalink
Oh I think the problem was the missing no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jul 1, 2024
1 parent 3d9cc94 commit de1f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip3 install -U pip pytest pytest-asyncio pytest-benchmark
run: |
set -e
pip3 install jsonc2json --find-links dist --force-reinstall
pip3 install jsonc2json --find-links dist --force-reinstall --no-index
pytest
windows:
Expand Down

0 comments on commit de1f452

Please sign in to comment.