We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a07b86 commit 83e6d4eCopy full SHA for 83e6d4e
.github/workflows/ci.yml
@@ -61,12 +61,16 @@ jobs:
61
- name: test pylancelot
62
working-directory: ./pylancelot/
63
run: |
64
+ python -m venv .venv
65
+ source .venv/bin/activate
66
pip install -U pip setuptools maturin pytest pefile
67
maturin develop
68
pytest
69
- name: test pyflirt
70
working-directory: ./pyflirt/
71
72
73
74
75
76
0 commit comments