Skip to content

Commit

Permalink
change to run headless
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed Oct 1, 2024
1 parent 3256de9 commit 9cd0a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
project: diffpy.fourigui
c_extension: false
headless: false
headless: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
project: diffpy.fourigui
c_extension: false
headless: false
headless: true

0 comments on commit 9cd0a7b

Please sign in to comment.