aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 79574c2..54762f1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,9 +26,7 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies
- run: |
- pip install -r constraints.txt
- pip install -r requirements.txt
+ run: pip install -r requirements.txt
- name: Run the tests
run: ./.ci/bin/main.sh