We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d82646 commit aa697c2Copy full SHA for aa697c2
.github/workflows/build.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- if [ -f requirements-to-build.txt ]; then pip install -r requirements-to-build.txt; fi
+ python -m pip install poetry
+ poetry install
33
# Linting is done in the run_linters.sh script
34
35
- name: Prep tests
0 commit comments