Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 1737476

Browse files
committed
moving shell commnad in conda action
1 parent c071084 commit 1737476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mopper-test-conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
environment-file: conda/environment.yaml # Path to the build conda environment
3131
show-channel-urls: true #
3232
- name: Build but do not upload the conda packages
33-
uses: uibcdf/action-build-and-upload-conda-packages@v1.3.0
3433
shell: bash -el {0}
34+
uses: uibcdf/action-build-and-upload-conda-packages@v1.3.0
3535
with:
3636
meta_yaml_dir: conda
3737
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`

0 commit comments

Comments
 (0)