Skip to content

Commit

Permalink
Make build and test an editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
peterspackman committed Nov 10, 2023
1 parent a667a0f commit 2738f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build the project
run: |
python -m pip install . -vv
python -m pip install -e . -v
- name: Lint (flake8)
run: |
Expand Down

0 comments on commit 2738f37

Please sign in to comment.