diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 913fd6e1..0019e8af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,13 +47,19 @@ jobs: auto-update-conda: true python-version: 3.9 - - name: Install dependinces Windows + - name: Install dependencies Windows if: runner.os == 'Windows' shell: pwsh run: | conda install fftw cmake --yes echo "FFTWDIR=C:\Miniconda\envs\test\Library" >> $GITHUB_ENV + - name: Export FFTW directory Windows + if: runner.os == 'Windows' + shell: bash + run: | + echo "FFTWDIR=C:\Miniconda\envs\test\Library" >> $GITHUB_ENV + - name: Create Build Environment run: | cmake -E make_directory ${{runner.workspace}}/build