Skip to content

Commit 1cccd98

Browse files
Fix CI dependencies step
1 parent 02b4abe commit 1cccd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
pip install .
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
2424
- name: Run tests

0 commit comments

Comments
 (0)