Skip to content

Commit 2b9ef68

Browse files
committed
Added source instead.
1 parent f27f3fd commit 2b9ef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Environment Setup
2424
run: |
2525
conda env create -f environment.yml -n test_neat
26-
conda activate test_neat
26+
source activate test_neat
2727
poetry install
2828
cd config_template
2929

0 commit comments

Comments
 (0)