Skip to content

Commit

Permalink
add conda deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Mar 6, 2024
1 parent 034222f commit 2bf30f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mamba-version: "*"
#use-mamba: true
auto-update-conda: false
#environment-file: environment.yml
environment-file: environment.yml
auto-activate-base: false
activate-environment: test
python-version: ${{ matrix.python-version }}
Expand All @@ -32,8 +32,9 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install dependencies
- name: Install dependencies and package
run: |
conda install -c conda-forge poetry
poetry install
- name: Generate coverage report
Expand All @@ -43,4 +44,4 @@ jobs:
conda list
conda config --show-sources
conda config --show
pytest -sv
poetry run pytest -sv

0 comments on commit 2bf30f8

Please sign in to comment.