aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/download.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/download.yml')
-rw-r--r--.github/workflows/download.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml
index 9e650d2dc..3b63fdd35 100644
--- a/.github/workflows/download.yml
+++ b/.github/workflows/download.yml
@@ -21,10 +21,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- - name: Install nose
- run: pip install nose
+ - name: Install pytest
+ run: pip install pytest
- name: Run tests
continue-on-error: true
- env:
- YTDL_TEST_SET: download
- run: ./devscripts/run_tests.${{ matrix.run-tests-ext }}
+ run: ./devscripts/run_tests.${{ matrix.run-tests-ext }} download