Skip to content

Commit

Permalink
if PGPLOT, now need to install it as not in PDL install
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 25, 2024
1 parent 98e99cb commit 72a4791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Install PLplot
if: ${{ matrix.pdl-simple-engine == 'plplot' || matrix.pdl-simple-engine == '' }}
uses: PDLPorters/devops/github-actions/install-dep-plplot@master
- name: Install PGPLOT
if: ${{ matrix.pdl-simple-engine == 'pgplot' || matrix.pdl-simple-engine == '' }}
uses: PDLPorters/devops/github-actions/install-pgplot@master
- name: Install PDL dependencies
uses: PDLPorters/devops/github-actions/install-dep-pdl-dep@master
- name: Install Perl runtime optional deps (gnuplot)
Expand Down

0 comments on commit 72a4791

Please sign in to comment.