Skip to content

Commit

Permalink
Update plot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Jun 22, 2023
1 parent 0bebd6d commit bbafab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/plot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Make Plots
run: make plot
run: |
make install-plot
make plot
- name: Save Plots
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Expand Down

0 comments on commit bbafab4

Please sign in to comment.