File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 python-version : " 3.9"
2626 - name : Install Python Dependencies
27- run : pip install -r requirements/test-run .txt
27+ run : pip install -r requirements/nox-deps .txt
2828 - name : Run Tests
2929 env : { "CI": "true" }
3030 run : nox -s test_python_suite -- --headless
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - name : Install Python Dependencies
48- run : pip install -r requirements/test-run .txt
48+ run : pip install -r requirements/nox-deps .txt
4949 - name : Run Tests
5050 env : { "CI": "true" }
5151 run : nox -s test_python -- --headless --no-cov
6161 with :
6262 python-version : " 3.9"
6363 - name : Install Python Dependencies
64- run : pip install -r requirements/test-run .txt
64+ run : pip install -r requirements/nox-deps .txt
6565 - name : Run Tests
6666 env : { "CI": "true" }
6767 run : nox -s test_docs
7373 with :
7474 node-version : " 14"
7575 - name : Install Python Dependencies
76- run : pip install -r requirements/test-run .txt
76+ run : pip install -r requirements/nox-deps .txt
7777 - name : Run Tests
7878 env : { "CI": "true" }
7979 run : nox -s test_javascript
Original file line number Diff line number Diff line change 66-r requirements/pkg-deps.txt
77-r requirements/pkg-extras.txt
88-r requirements/test-env.txt
9- -r requirements/test-run .txt
9+ -r requirements/nox-deps .txt
File renamed without changes.
You can’t perform that action at this time.
0 commit comments