Update pipenv install command

This commit is contained in:
2024-01-30 10:22:19 -05:00
parent 1d5153e850
commit a29c099e9e
+1 -1
View File
@@ -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