Skip to content

Commit

Permalink
moving shell commnad in conda action
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 16, 2024
1 parent c071084 commit 1737476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mopper-test-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
environment-file: conda/environment.yaml # Path to the build conda environment
show-channel-urls: true #
- name: Build but do not upload the conda packages
uses: uibcdf/[email protected]
shell: bash -el {0}
uses: uibcdf/[email protected]
with:
meta_yaml_dir: conda
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`
Expand Down

0 comments on commit 1737476

Please sign in to comment.