Skip to content

Commit

Permalink
Try updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 18, 2024
1 parent 3d533db commit 861c90c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ jobs:
poetry-dependency-install-flags: "--all-extras"
- name: Download MAGICC non-windows
if: runner.os != 'Windows'
env:
MAGICC_DOWNLOAD_LINK: ${{ secrets.MAGICC_LINK_FROM_MAGICC_DOT_ORG }}
run: |
mkdir -p bin/magicc/magicc-v7.5.3
wget -O "bin/magicc/magicc-v7.5.3.tar.gz" "${{ secrets.MAGICC_LINK_FROM_MAGICC_DOT_ORG }}"
wget -O "bin/magicc/magicc-v7.5.3.tar.gz" $MAGICC_DOWNLOAD_LINK
tar -xf bin/magicc/magicc-v7.5.3.tar.gz -C bin/magicc/magicc-v7.5.3
- name: Run tests linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 861c90c

Please sign in to comment.