Skip to content

Commit

Permalink
update CI tests with new requirements-path field name change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Aug 2, 2023
1 parent 714a9a4 commit 9e469ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linuxci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run ${{ matrix.python-version }} platform tests (default)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
- name: Run ${{ matrix.python-version }} platform tests (with args)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"
4 changes: 2 additions & 2 deletions .github/workflows/macosci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run ${{ matrix.python-version }} platform tests (default)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
- name: Run ${{ matrix.python-version }} platform tests (with args)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"
4 changes: 2 additions & 2 deletions .github/workflows/windowsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run ${{ matrix.python-version }} platform tests (default)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
- name: Run ${{ matrix.python-version }} platform tests (with args)
uses: py-actions/py-dependency-install@master
with:
path: "tests/requirements.txt"
requirements-path: "tests/requirements.txt"
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"

0 comments on commit 9e469ed

Please sign in to comment.