Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasvestartas authored Apr 21, 2024
1 parent c282caf commit ba4364e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Print Python version
run: python --version

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: compas_wood_3_9_10
python-version: 3.9.10
python-version: 3.9.10 # Specify Python version 3.9.10
auto-activate-base: false
channel-priority: strict
channels: conda-forge,defaults # This ensures conda-forge is used primarily, but defaults can also be accessed

- name: Install Wood-Nano with pip
run: |
echo "Installing Wood-Nano..."
pip install wood-nano==0.0.7 # Replace 1.0.0 with the specific version you need
pip install wood-nano
- name: Install dependencies with Conda
run: |
Expand Down

0 comments on commit ba4364e

Please sign in to comment.