Skip to content

Commit

Permalink
environment yaml from package ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 18, 2023
1 parent d8b9b5d commit e174abe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Package
on:
push:
jobs:
test:
package:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -19,12 +19,14 @@ jobs:
uses: mamba-org/setup-micromamba@v1.4.3
with:
python-version: ${{ matrix.python-version }}
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
- name: Install conda constructor
run: conda install constructor

- name: Debugging with tmate
uses: mxschmitt/action-tmate@v3.17

- name: Package Japps
run: constructor .

0 comments on commit e174abe

Please sign in to comment.