Skip to content

Commit 0f12ce7

Browse files
GITHUB
1 parent 0e20596 commit 0f12ce7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ jobs:
2626
python-version: 3.9
2727
auto-activate-base: false
2828
channel-priority: strict
29-
channels: conda-forge,defaults # Add defaults if specific packages are not found in conda-forge
29+
channels: conda-forge,defaults # This ensures conda-forge is used primarily, but defaults can also be accessed
3030

3131
- name: Install dependencies with Conda
3232
run: |
33-
echo "Creating Conda environment with Python 3.9"
34-
conda create --name compas_wood_3_9_10 python=3.9 compas -c conda-forge
35-
conda activate compas_wood_3_9_10
33+
echo "Installing COMPAS and other dependencies..."
34+
conda install compas -c conda-forge
3635
3736
- name: Install dependencies with pip
3837
run: |

0 commit comments

Comments
 (0)