Skip to content

Commit 033c88c

Browse files
committed
rename test-run.txt to nox-deps.txt
1 parent ba0b9c2 commit 033c88c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
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.

0 commit comments

Comments
 (0)