Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Jun 5, 2024
1 parent cbdcfed commit 7cf0970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
run: |
conda env install --file environment.yml --name base
conda install -y python=3.10
conda env update --file environment.yml --name base
- name: Install package and its entry points
run: |
Expand Down

0 comments on commit 7cf0970

Please sign in to comment.