Skip to content

Commit

Permalink
Update mopper-conda-release.yaml fixe action
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap authored Aug 23, 2024
1 parent 0f5e77c commit 7251239
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mopper-conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Test conda deployment of package with Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
python-version: "3.10"
matrix:
python-version: ["3.10"]
steps:
- uses: actions/[email protected]
with:
Expand All @@ -22,15 +23,15 @@ jobs:
- name: Conda environment creation and activation
uses: conda-incubator/[email protected]
with:
python-version: ${{ python-version }}
python-version: ${{ matrix.python-version }}
activate-environment: mopper_env
environment-file: conda/environment.yaml # Path to the build conda environment
show-channel-urls: true #
- name: Build but do not upload the conda packages
- name: Build and upload the conda packages
uses: uibcdf/[email protected]
with:
meta_yaml_dir: conda
python-version: ${{ python-version }}
python-version: ${{ matrix.python-version }}
user: coecms
label: auto
upload: true
Expand Down

0 comments on commit 7251239

Please sign in to comment.