Skip to content

Commit df8be7e

Browse files
committed
fixing gha test
1 parent 5aa4401 commit df8be7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
pip install --user -r requirements.txt
24-
pip install --user .
23+
python -m pip install --upgrade pip
24+
pip install -r requirements.txt
25+
pip install .
2526
2627
- name: Run tests
2728
run: pytest

0 commit comments

Comments
 (0)