Skip to content

Commit

Permalink
Merge pull request #173 from cclauss/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Mar 13, 2023
2 parents f1e8225 + dce5442 commit 8cef174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11-dev'
- '3.11'
continue-on-error:
- false
runs-on: "${{ matrix.os }}"
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: "${{ matrix.python-version }}"
- name: install dependencies
run: |
python -m pip install -U pip setuptools wheel
python -m pip install --upgrade pip setuptools wheel
pip install flit
flit install --extras=all
- name: lint and test
Expand Down

0 comments on commit 8cef174

Please sign in to comment.