Skip to content

Commit d7ccd6e

Browse files
committed
fix github ci
1 parent 0ff1625 commit d7ccd6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
# ensure we're using *our* dotenv during testing and not some other one
3535
# installed on the system, e.g. gh machines apparently have sometimes
3636
# the ruby dotenv package installed
37-
pip install --upgrade -r requirements-dev.txt
38-
pip install -e .['dev']
37+
pip install --upgrade -e .['dev']
3938
make test
4039
4140
lint:

0 commit comments

Comments
 (0)