Skip to content

Commit

Permalink
fix debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Aug 28, 2024
1 parent fd56ada commit 1b3a77f
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 @@ -125,4 +125,4 @@ jobs:
run: |
python -c 'import libtorrent as lt; print(lt.__version__)';
python -c 'from twisted.internet import gireactor; reactor = gireactor.install()'
python -v -c "import pytest; retcode = pytest.main(['--full-trace','--showlocals','-vvv','-ra','-m \"not (todo or security)\"','deluge']); print(f'pytest returned: {retcode}')";
python -v -c "import pytest; retcode = pytest.main(['--full-trace','--showlocals','-vvv','-ra','-m "not (todo or security)"','deluge']); print(f'pytest returned: {retcode}')";

0 comments on commit 1b3a77f

Please sign in to comment.