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 56582cc commit e355ff1Copy full SHA for e355ff1
.github/workflows/release.yml
@@ -141,7 +141,7 @@ jobs:
141
shell: cmd /C CALL {0}
142
run: |
143
conda install -c labscript-suite setuptools-conda && ^
144
- setuptools-conda build %CONDA_BUILD_ARGS% --croot ${{ runner.temp }}\cb .
+ setuptools-conda build %CONDA_BUILD_ARGS% .
145
146
- name: Upload Artifact
147
if: matrix.conda
0 commit comments