mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 01:14:37 -06:00
Install dependencies in GH Action with pipenv correctly
Accidentally forgot that we're not using requirements.txt anymore. This should be the correct way of using pipenv. (?)
This commit is contained in:
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
@@ -27,8 +27,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# python -m pip install --upgrade pip
|
||||
pipenv install -r requirements.txt
|
||||
pipenv install --dev
|
||||
|
||||
- name: Run tests
|
||||
run: pipenv run pytest
|
||||
|
||||
Reference in New Issue
Block a user