Skip to content

Commit

Permalink
pin coactions to commit hash that uses node20 until the developers cu…
Browse files Browse the repository at this point in the history
…t a new tagged release.

coactions/setup-xvfb#29
  • Loading branch information
cdeline committed Aug 22, 2024
1 parent d9dc433 commit 4ba7e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: test

on: [pull_request, push]

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
echo "/home/runner/work/bifacial_radiance/bifacial_radiance/SMARTS_295_Linux" >> $GITHUB_PATH
- name: Test with pytest ${{ matrix.env }}
uses: coactions/setup-xvfb@v1 # GUI testing requires xvfb
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a # GUI testing requires xvfb
with:
run: |
pytest --cov=bifacial_radiance
Expand Down

0 comments on commit 4ba7e04

Please sign in to comment.