mirror of
https://github.com/Xevion/contest-assistant.git
synced 2026-01-31 04:23:51 -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:
Vendored
+1
-2
@@ -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