Skip to content

Commit

Permalink
Add conda
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Oct 19, 2023
1 parent a4a49a2 commit f01f884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
poetry version major
echo "software_version=$(poetry version | awk '{print $2}')" >> $GITHUB_ENV
echo "TARGET_ENV_UPPERCASE=OPS" >> $GITHUB_ENV
- name: Install conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: bignbit
environment-file: conda-environment.yaml
auto-activate-base: false
- name: Install package
run: poetry install
- name: Lint
Expand Down

0 comments on commit f01f884

Please sign in to comment.