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 9459b06 commit 083db4aCopy full SHA for 083db4a
1 file changed
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
sudo apt update
23
sudo apt-get install -y libxml2-dev libxmlsec1-dev
24
python -m pip install --upgrade pip
25
- pip install -r requirements.txt
+ pip install .
26
27
- name: Run tests
28
run: |
0 commit comments