Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Oct 7, 2024
1 parent d6e9e15 commit b793656
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
python-version: '3.9' # first supported
- os: "windows-latest"
python-version: '3.9' # first supported
- os: "macos-latest"
python-version: '3.9' # first supported
- os: "ubuntu-latest"
python-version: '3.12' # latest supported
- os: "windows-latest"
python-version: '3.12' # latest supported
- os: "macos-latest"
python-version: '3.12' # latest supported
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -64,7 +60,7 @@ jobs:
- name: Install package and test
shell: bash -l {0}
run: |
pip install .
pip install -e .
pytest
- name: Upload Coverage
shell: bash -l {0}
Expand Down

0 comments on commit b793656

Please sign in to comment.