We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9d1bf commit 7230f6aCopy full SHA for 7230f6a
.github/workflows/push.yml
@@ -30,8 +30,8 @@ jobs:
30
- uses: "actions/setup-python@v5"
31
with:
32
python-version: ${{ matrix.python }}
33
- - run: "python -m pip install requirements.in"
34
- - run: "python -m pip install requirements-dev.in"
+ - run: "python -m pip install -r requirements.in"
+ - run: "python -m pip install -r requirements-dev.in"
35
- run: "python -m pip install --editable ."
36
- run: "python -m pytest"
37
- env:
0 commit comments