We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27f3fd commit 2b9ef68Copy full SHA for 2b9ef68
.github/workflows/python-app.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Environment Setup
24
run: |
25
conda env create -f environment.yml -n test_neat
26
- conda activate test_neat
+ source activate test_neat
27
poetry install
28
cd config_template
29
0 commit comments