Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Nov 10, 2024
1 parent dc5faa8 commit 0f7d78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
shell: cmd
run: |
echo C:\msys64\usr\bin;>> %GITHUB_PATH%
echo "NO_DIST=1">> %GITHUB_ENV%
echo NO_DIST=YES>> %GITHUB_ENV%
set DPCTL_TEMP="${{ env.DPCTL_PY_VERSIONS }}"
if not %DPCTL_TEMP:${{ matrix.PYTHON_VERSION }}=%==%DPCTL_TEMP% (echo DPCFLAG=>> %GITHUB_OUTPUT%) else (echo DPCFLAG="0">> %GITHUB_OUTPUT%)
echo COVERAGE_RCFILE=%cd%\.coveragerc>> %GITHUB_ENV%
Expand Down

0 comments on commit 0f7d78a

Please sign in to comment.