We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff1625 commit d7ccd6eCopy full SHA for d7ccd6e
.github/workflows/python-package.yaml
@@ -34,8 +34,7 @@ jobs:
34
# ensure we're using *our* dotenv during testing and not some other one
35
# installed on the system, e.g. gh machines apparently have sometimes
36
# the ruby dotenv package installed
37
- pip install --upgrade -r requirements-dev.txt
38
- pip install -e .['dev']
+ pip install --upgrade -e .['dev']
39
make test
40
41
lint:
0 commit comments