Skip to content

Commit

Permalink
GITHUB
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas committed Apr 21, 2024
1 parent 0e20596 commit 0f12ce7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
python-version: 3.9
auto-activate-base: false
channel-priority: strict
channels: conda-forge,defaults # Add defaults if specific packages are not found in conda-forge
channels: conda-forge,defaults # This ensures conda-forge is used primarily, but defaults can also be accessed

- name: Install dependencies with Conda
run: |
echo "Creating Conda environment with Python 3.9"
conda create --name compas_wood_3_9_10 python=3.9 compas -c conda-forge
conda activate compas_wood_3_9_10
echo "Installing COMPAS and other dependencies..."
conda install compas -c conda-forge
- name: Install dependencies with pip
run: |
Expand Down

0 comments on commit 0f12ce7

Please sign in to comment.