Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent b1ea8c9 commit 4949764
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: install cppunit
run: sudo apt install -y libcppunit-dev

- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: anaconda-client-env
environment-file: ./environment.yml
auto-activate-base: true

- name: compil
run: source ./ci/build.sh

Expand Down

0 comments on commit 4949764

Please sign in to comment.