diff --git a/.github/workflows/tests-conda.yml b/.github/workflows/tests-conda.yml index b69023442..0f11a4cd7 100644 --- a/.github/workflows/tests-conda.yml +++ b/.github/workflows/tests-conda.yml @@ -75,4 +75,5 @@ jobs: with: name: ${{ github.workflow }} fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} + os: windows \ No newline at end of file