Skip to content

Commit

Permalink
Remove windows testing
Browse files Browse the repository at this point in the history
Some part of `scvi-tools` is not working on windows, and since this
program will most likely be running on a linux machine or container,
we can just remove Windows support.
  • Loading branch information
AleksBekker committed Aug 4, 2023
1 parent a189f18 commit 78beacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10']

steps:
Expand Down

0 comments on commit 78beacf

Please sign in to comment.