We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d27855 commit 73f4d09Copy full SHA for 73f4d09
1 file changed
.github/workflows/unit-tests.yml
@@ -21,7 +21,9 @@ jobs:
21
with:
22
python-version: ${{ matrix.python }}
23
- name: Install dependencies
24
- run: pip install -r devRequirements.txt
+ run: |
25
+ pip install -r requirements.txt
26
+ pip install -r devRequirements.txt
27
- name: Run Test
28
run: |
29
python --version
0 commit comments