Skip to content

Commit

Permalink
Testing conda environment activation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinesparza committed Sep 30, 2024
1 parent 50a9f71 commit 34c9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create and activate Conda environment
run: |
conda create -n my_env python=3.7 -y
conda activate my_env
source activate my_env
- name: Install dependencies in Conda environment
run: |
Expand Down

0 comments on commit 34c9410

Please sign in to comment.