Skip to content

Commit 083db4a

Browse files
authored
Update ci.yaml
1 parent 9459b06 commit 083db4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt update
2323
sudo apt-get install -y libxml2-dev libxmlsec1-dev
2424
python -m pip install --upgrade pip
25-
pip install -r requirements.txt
25+
pip install .
2626
2727
- name: Run tests
2828
run: |

0 commit comments

Comments
 (0)