Skip to content

Commit

Permalink
test different version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 14, 2023
1 parent 825f22e commit e6c51b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
dependency-repo: pyapp-kit/magicgui
dependency-ref: ${{ matrix.dependency-version }}
dependency-extras: 'testing'
qt: ${{ matrix.qt }}
qt: "pyside2"
python-version: "3.10"
# pytest-args: --ignore typesafety
strategy:
fail-fast: false
matrix:
dependency-version: ["", "v0.6.0"]
qt: ["pyside2"]
dependency-version: ["", "v0.7.0"]

typing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6c51b1

Please sign in to comment.