Skip to content

Commit

Permalink
CI - quick VM versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Nov 25, 2022
1 parent f969494 commit 9537b4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
python-version: [3.7, 3.8]
os: [ubuntu-18.04, macos-11.0, windows-2019]
python-version: [3.8, 3.9, "3.10"]
tox_env: [py-orange-released]
experimental: [false]
name: [Released]
Expand All @@ -28,40 +28,35 @@ jobs:
tox_env: py-orange-released
experimental: true
name: Windows10
- os: macos-11.0
python-version: 3.8
tox_env: py-orange-released
experimental: true
name: Big Sur

- os: windows-2019
python-version: 3.7
python-version: 3.8
tox_env: py-orange-oldest
experimental: false
name: Oldest
- os: macos-10.15
python-version: 3.7
- os: macos-11.0
python-version: 3.8
tox_env: py-orange-oldest
name: Oldest
experimental: false
- os: ubuntu-18.04
python-version: 3.7
python-version: 3.8
tox_env: py-orange-oldest
name: Oldest
experimental: false

- os: windows-2019
python-version: 3.8
python-version: "3.10"
tox_env: py-orange-latest
experimental: false
name: Latest
- os: macos-10.15
python-version: 3.8
- os: macos-11.0
python-version: "3.10"
tox_env: py-orange-latest
experimental: false
name: Latest
- os: ubuntu-18.04
python-version: 3.8
python-version: "3.10"
tox_env: py-orange-latest
experimental: false
name: Latest
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ biopython # Enables Pubmed widget.
conllu
docx2txt>=0.6
gensim==4.1.2 # temporary fix - reset when gensim solves https://github.com/RaRe-Technologies/gensim/issues/3368
httpx
httpx!=0.23.1 # temporary fix - semantic search fail (but only in tests)
langdetect
lemmagen3
lxml
Expand Down

0 comments on commit 9537b4d

Please sign in to comment.