File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
python-version : " 3.9"
26
26
- name : Install Python Dependencies
27
- run : pip install -r requirements/test-run .txt
27
+ run : pip install -r requirements/nox-deps .txt
28
28
- name : Run Tests
29
29
env : { "CI": "true" }
30
30
run : nox -s test_python_suite -- --headless
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Install Python Dependencies
48
- run : pip install -r requirements/test-run .txt
48
+ run : pip install -r requirements/nox-deps .txt
49
49
- name : Run Tests
50
50
env : { "CI": "true" }
51
51
run : nox -s test_python -- --headless --no-cov
61
61
with :
62
62
python-version : " 3.9"
63
63
- name : Install Python Dependencies
64
- run : pip install -r requirements/test-run .txt
64
+ run : pip install -r requirements/nox-deps .txt
65
65
- name : Run Tests
66
66
env : { "CI": "true" }
67
67
run : nox -s test_docs
73
73
with :
74
74
node-version : " 14"
75
75
- name : Install Python Dependencies
76
- run : pip install -r requirements/test-run .txt
76
+ run : pip install -r requirements/nox-deps .txt
77
77
- name : Run Tests
78
78
env : { "CI": "true" }
79
79
run : nox -s test_javascript
Original file line number Diff line number Diff line change 6
6
-r requirements/pkg-deps.txt
7
7
-r requirements/pkg-extras.txt
8
8
-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