Skip to content

Commit

Permalink
Drop MAGICC tests from windows, downloading in too hard basket for now
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jan 19, 2024
1 parent 320c98a commit b60e6f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
venv-id: "tests-${{ runner.os }}"
poetry-dependency-install-flags: "--all-extras"
- name: Download MAGICC non-windows
# if: runner.os != 'Windows'
if: runner.os != 'Windows'
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 }}"
Expand All @@ -83,8 +83,6 @@ jobs:
poetry run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
- name: Run tests windows
if: runner.os == 'Windows'
env:
MAGICC_EXECUTABLE_7: bin/magicc/magicc-v7.5.3/bin/magicc.exe
run: |
source $VENV # ensure windows will find poetry
poetry run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
Expand Down

0 comments on commit b60e6f3

Please sign in to comment.