mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Update test.yml
This commit is contained in:
parent
f002eaefd9
commit
30a852e2f6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -37,7 +37,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --cov=project
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user