Skip to content

Commit

Permalink
CI: Install from wheel by default, test repo as one-off
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 14, 2022
1 parent 69a2580 commit 76c93a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testpydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
install: ['repo']
install: ['wheel']
include:
- os: 'ubuntu-latest'
python-version: '3.11'
install: 'sdist'
- os: 'ubuntu-latest'
python-version: '3.11'
install: 'wheel'
install: 'repo'
- os: 'ubuntu-latest'
python-version: '3.11'
install: 'archive'
Expand Down

0 comments on commit 76c93a2

Please sign in to comment.