Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Dec 2, 2024
1 parent 2dbabbb commit 3d2321f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[tf,viz,html] --upgrade
pip install -e .[tf,viz] --upgrade
pip install -e .[testing]
- name: Run unittests
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[tf,viz,html] --upgrade
pip install -e .[tf,viz] --upgrade
pip install -e .[testing]
- name: Run unittests
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v4
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[torch,viz,html] --upgrade
pip install -e .[torch,viz] --upgrade
pip install -e .[testing]
- name: Run unittests
Expand Down

0 comments on commit 3d2321f

Please sign in to comment.