Skip to content

Commit

Permalink
ci: update action steup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Mar 15, 2024
1 parent 821d553 commit 2e83abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codestyle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Perform tests with coverage, build the doc and run the tests in the doc (only for python 3.8 on ubuntu)
test-cov-and-doc:
runs-on: ubuntu-latest
steps:
Expand All @@ -18,7 +17,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: "Set up Python on Ubuntu"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: "Set up npm"
Expand Down

0 comments on commit 2e83abf

Please sign in to comment.