mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update pipenv install command
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Install pipenv
|
||||
run: pip install pipenv
|
||||
- name: Install dependencies
|
||||
run: pipenv install --dev && pip install pydantic
|
||||
run: pipenv install --dev --system
|
||||
# You can test your matrix by printing the current Python version
|
||||
- name: Run the tests with pytest
|
||||
run: pipenv run make ci
|
||||
|
||||
Reference in New Issue
Block a user