Skip to content

Commit

Permalink
switch to github actions coactions/setup-xvfb for node20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed May 22, 2024
1 parent 5e6d910 commit 5cb88a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
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: GabrielBB/xvfb-action@v1 # GUI testing requires xvfb
uses: coactions/setup-xvfb@v1 # GUI testing requires xvfb
with:
run: |
pytest --cov=bifacial_radiance
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Bug fixes
~~~~~~~~~
* Fixed Pandas 2.0 errors by re-factoring ``mismatch.mad_fn`` (:issue:`449`)
* Fixed typo on Opacity calculation factor (:issue:`426`)
* Updated Github Actions to checkout@v4 and setup-python@v5 (:pull:`517`)
* Updated Github Actions to use Node20: checkout@v4, setup-python@v5, coactions/setup-xvfb (:pull:`517`)
* Fix PerformanceWarning and SettingWithCopyWarning (:issue:`515`)

Documentation
Expand Down

0 comments on commit 5cb88a8

Please sign in to comment.