Skip to content

Commit

Permalink
ci: run windows tests on py38 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 25, 2021
1 parent 9e63044 commit c4af827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
max-parallel: 6
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.9]
include:
# test windows on 3.8 until jpype1 gets updated
- os: windows-latest
python-version: 3.8
# we'll test the python support on ubuntu
- os: ubuntu-latest
python-version: 3.8
Expand Down
3 changes: 1 addition & 2 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ dependencies:
- pytest>=6
- pytest-cov
- pip:
- ome-types
- "-e ." # [ PAQUO_DEVEL ]
- "-e .[ome]" # [ PAQUO_DEVEL ]

0 comments on commit c4af827

Please sign in to comment.