Update pipenv install command

This commit is contained in:
2024-01-25 09:42:18 -05:00
parent 60ff502865
commit bc3e034925
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install pipenv
run: pip install pipenv
- name: Install dependencies
run: pipenv install --dev --deploy --ignore-pipfile
run: pipenv install --dev
# You can test your matrix by printing the current Python version
- name: Run the tests with pytest
run: make test