From 106eb5c063ccc37d31e5fb1e879a988cc250bea2 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Wed, 5 May 2021 21:35:07 +0000 Subject: [PATCH] Fix typo in CI YAML --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 09b72cc..58e45ea 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install -r requirements-text.txt + pip install -r requirements-test.txt - name: Test with pytest # Tests are intentionally covered to detect broken tests. run: |