Update main.yml
This commit is contained in:
parent
21f5374007
commit
338eb21f0d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r .\requirements.txt
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
# Run pytests
|
||||
- name: Run pytests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue