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 ba4364e commit 17ee86d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: Install Environment

on:
Expand All @@ -13,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]

steps:
- name: Checkout code
Expand All @@ -34,7 +35,7 @@ jobs:
- name: Install Wood-Nano with pip
run: |
echo "Installing Wood-Nano..."
pip install wood-nano
pip install wood-nano -i https://pypi.org/simple/
- name: Install dependencies with Conda
run: |
Expand Down

0 comments on commit 17ee86d

Please sign in to comment.