Skip to content

Commit

Permalink
fix pacakge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 18, 2023
1 parent ed91023 commit d824625
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Setup Python
uses: mamba-org/[email protected]
with:
environment-name: package
create-args: >-
python=${{ matrix.python-version }}
- name: Setup Python
uses: mamba-org/[email protected]
with:
init-shell: bash
environment-name: package
create-args: >-
python=${{ matrix.python-version }}
- name: Install conda constructor
run: conda install constructor
- name: Install conda constructor
run: mamba install constructor

- name: Package Japps
run: constructor .
- name: Package Japps
run: constructor .

0 comments on commit d824625

Please sign in to comment.