Skip to content

Commit

Permalink
Revert "Attempt to fix windows builds by building locally instead of …
Browse files Browse the repository at this point in the history
…in a temp file"

This reverts commit e355ff1.
  • Loading branch information
dihm committed Nov 12, 2024
1 parent d672fc8 commit 73a05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
shell: cmd /C CALL {0}
run: |
conda install -c labscript-suite setuptools-conda && ^
setuptools-conda build %CONDA_BUILD_ARGS% .
setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
- name: Upload Artifact
if: matrix.conda
Expand Down

0 comments on commit 73a05c1

Please sign in to comment.