Skip to content

Commit 26f57dd

Browse files
committed
Update GH actions for new project packaging
They were trying to read requirements files which no longer exist.
1 parent 3d31f4e commit 26f57dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -r requirements-dev.txt
31-
pip install -r requirements.txt
30+
pip install .
3231
- name: Lint with flake8
3332
run: |
3433
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)