Skip to content

Commit

Permalink
Bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Aug 20, 2024
1 parent fdee91c commit faddf9b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.11", "3.12"]
exclude:
- python-version: '3.11'
os: macos-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the package
run: |
pip install .
- name: Test with pytest
run: |
pytest tests
pytest tests

0 comments on commit faddf9b

Please sign in to comment.