Skip to content

Commit 37d017a

Browse files
committed
Adapt workflow to pyproject.toml
1 parent ad6e53e commit 37d017a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install requirements
2323
run: |
24-
pip3 install -r requirements-test.txt -r requirements.txt
24+
pip3 install -e ./[test]
2525
- name: Test
2626
run: |
2727
python3 -m pytest -v tests/

0 commit comments

Comments
 (0)