Skip to content

Commit

Permalink
re-enable windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 21, 2024
1 parent 845dc92 commit b3485c1
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@ jobs:
# - 'pgplot' : test PGPLOT
# - '' : test all of the above
include:
# Windows: gnuplot
# NOTE: this currently hangs in the CI testing environment
#- perl-version: '5.30'
# os: windows-latest
# pdl-simple-engine: 'gnuplot'
# Windows: plplot
# NOTE: this currently fails due to a memory error for the wingcc
# interactive plotting device.
#- perl-version: '5.30'
# os: windows-latest
# pdl-simple-engine: 'plplot'
- perl-version: '5.30'
os: windows-latest
pdl-simple-engine: 'gnuplot'
- perl-version: '5.30'
os: windows-latest
pdl-simple-engine: 'plplot'
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
Expand Down

0 comments on commit b3485c1

Please sign in to comment.