Skip to content

Commit

Permalink
Don't export conda env on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Nov 18, 2023
1 parent a98fa90 commit fcf4fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/functional_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ jobs:
gdalwarp -tr 0.0005 0.0005 -r average -overwrite /tmp/fullsize_dem.tif /tmp/test_dem.tif
- name: Export Conda environment
if: runner.os != 'Windows'
shell: bash -el {0}
run: conda list > environment_py${{ matrix.python-version }}.yml

- name: 'Upload conda environment'
if: runner.os != 'Windows'
uses: actions/upload-artifact@v2
with:
name: conda-environment-${{ matrix.python-version }}
Expand Down

0 comments on commit fcf4fe5

Please sign in to comment.