Skip to content

Commit 7230f6a

Browse files
committed
tests
1 parent de9d1bf commit 7230f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- uses: "actions/setup-python@v5"
3131
with:
3232
python-version: ${{ matrix.python }}
33-
- run: "python -m pip install requirements.in"
34-
- run: "python -m pip install requirements-dev.in"
33+
- run: "python -m pip install -r requirements.in"
34+
- run: "python -m pip install -r requirements-dev.in"
3535
- run: "python -m pip install --editable ."
3636
- run: "python -m pytest"
3737
- env:

0 commit comments

Comments
 (0)