Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(dependabot): bump aganders3/headless-gui from 1 to 2 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reusable_pip_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip uninstall -y numba

- name: Test
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: |
python -m pytest --pyargs napari --color=yes --basetemp=.pytest_tmp
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable_run_tox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Test with tox main
timeout-minutes: ${{ inputs.timeout }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
shell: bash
run: |
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Test with tox second
timeout-minutes: ${{ inputs.timeout }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
if : ${{ env.SECOND != 'none' }}
with:
shell: bash
Expand All @@ -147,7 +147,7 @@ jobs:

- name: Test with tox third
timeout-minutes: ${{ inputs.timeout }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
if : ${{ env.THIRD != 'none' }}
with:
shell: bash
Expand All @@ -160,7 +160,7 @@ jobs:

- name: Test with tox fourth
timeout-minutes: ${{ inputs.timeout }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
if: ${{ env.FOURTH != 'none' }}
with:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Test with tox
# run tests using pip install --pre
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: python -m tox -v --pre
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
pip install asv[virtualenv]

- name: Run benchmarks
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: |
asv machine --yes
Expand Down
Loading