Skip to content

Commit

Permalink
Run headless tests
Browse files Browse the repository at this point in the history
Switch to aganders3/headless-gui@v1
  • Loading branch information
tpeulen committed Feb 13, 2024
1 parent 6b73224 commit 1619b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
printenv | sort
- name: Build Conda Package
uses: coactions/setup-xvfb@v1
uses: aganders3/headless-gui@v1
with:
shell: bash -el {0}
run: |
conda config --add channels tpeulen
mamba install conda-build boa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
printenv | sort
- name: Build Conda Package
uses: coactions/setup-xvfb@v1
uses: aganders3/headless-gui@v1
with:
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 1619b62

Please sign in to comment.