Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
BLD: update build workflow (#15)
Browse files Browse the repository at this point in the history
Update actions and Python in build workflow.
  • Loading branch information
ntessore authored Apr 8, 2024
1 parent 25892c2 commit 5219a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip install -r build-requirements.txt
Expand Down

0 comments on commit 5219a1d

Please sign in to comment.