Skip to content

Commit

Permalink
build(github): rm windows from test
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jun 21, 2022
1 parent e3ec108 commit 08f84c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos", "windows"]
os: ["ubuntu", "macos"]
defaults:
run:
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions selenzy_wrapper/selenzy_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from rptools.rplibs import (
rpPathway
)

from .Args import (
DEFAULT_NB_TARGETS,
DEFAULT_NB_IDS,
Expand Down

0 comments on commit 08f84c5

Please sign in to comment.