Skip to content

Commit

Permalink
activate conda
Browse files Browse the repository at this point in the history
  • Loading branch information
adku1173 committed May 22, 2024
1 parent a4bc0db commit 76c2000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: create fresh conda env
run: conda create -n test_env python=3.12
- name: conda init
run: conda init
run: source ~/miniconda/etc/profile.d/conda.sh
- name: activate conda env
run: conda activate test_env
- name: Install package
Expand Down

0 comments on commit 76c2000

Please sign in to comment.