We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d672fc8 commit 73a05c1Copy full SHA for 73a05c1
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
shell: cmd /C CALL {0}
136
run: |
137
conda install -c labscript-suite setuptools-conda && ^
138
- setuptools-conda build %CONDA_BUILD_ARGS% .
+ setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
139
140
- name: Upload Artifact
141
if: matrix.conda
0 commit comments