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

name: Install Environment

on:
Expand All @@ -11,10 +10,7 @@ on:

jobs:
install:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ubuntu-latest

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

0 comments on commit a54e920

Please sign in to comment.