Skip to content

Commit

Permalink
ci(dependabot): bump aganders3/headless-gui from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [aganders3/headless-gui](https://github.com/aganders3/headless-gui) from 1 to 2.
- [Release notes](https://github.com/aganders3/headless-gui/releases)
- [Commits](aganders3/headless-gui@v1...v2)

---
updated-dependencies:
- dependency-name: aganders3/headless-gui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 6e0d88a commit 6c0b16c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Test Conversion
id: test-without-napari
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
continue-on-error: true
with:
run: npe2 convert ./plugin_repo
Expand All @@ -73,13 +73,13 @@ jobs:
- name: Test Conversion again with napari
id: test-with-napari
if: ${{ steps.test-without-napari.outcome == 'failure' }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
run: npe2 convert ./plugin_repo

- name: Test Conversion again with napari
if: ${{ steps.test-without-napari.outcome == 'failure' && steps.test-with-napari.outcome == 'failure' }}
uses: aganders3/headless-gui@v1
uses: aganders3/headless-gui@v2
with:
# try without modifying directory
run: npe2 convert -n ${{ matrix.plugin }}
Expand Down

0 comments on commit 6c0b16c

Please sign in to comment.