Skip to content

Commit

Permalink
Do not test against conda in GitHub automatic tests
Browse files Browse the repository at this point in the history
Latest Spyder version on conda-forge is 6.0.0alpha2 at the moment.
That is not compatible with Spyder's master branch.
  • Loading branch information
jitseniesen committed Nov 7, 2023
1 parent 2e7deb8 commit b4038ff
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,10 @@ jobs:
matrix:
OS: ['ubuntu', 'macos', 'windows']
PYTHON_VERSION: ['3.9', '3.10', '3.11']
SPYDER_SOURCE: ['conda', 'git']
exclude:
# Remove some configurations to make CI tests run faster
- OS: 'macos'
PYTHON_VERSION: '3.9'
SPYDER_SOURCE: 'git'
- OS: 'macos'
PYTHON_VERSION: '3.10'
SPYDER_SOURCE: 'git'
- OS: 'windows'
PYTHON_VERSION: '3.9'
SPYDER_SOURCE: 'git'
- OS: 'windows'
PYTHON_VERSION: '3.10'
SPYDER_SOURCE: 'git'
# Do not test against conda for the moment because latest Spyder
# version on conda-forge is 6.0.0alpha2 which is not compatible
# with Spyder's master branch
SPYDER_SOURCE: ['git']
name: ${{ matrix.OS }} py${{ matrix.PYTHON_VERSION }} spyder-from-${{ matrix.SPYDER_SOURCE }}
runs-on: ${{ matrix.OS }}-latest
env:
Expand Down

0 comments on commit b4038ff

Please sign in to comment.