Skip to content

Commit

Permalink
Update GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Mar 12, 2024
1 parent 0f57fbe commit d66baad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[tests]
pip install -e .[dev]
- name: Test with pytest
run: |
Expand Down

0 comments on commit d66baad

Please sign in to comment.