Skip to content

Commit

Permalink
Trying to fix my CI (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Gillesa <arm.gilles@gmail.com>
  • Loading branch information
armgilles committed Mar 24, 2023
1 parent 3d743e4 commit 62df045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.8.5
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.8.5"
- name: Install
Expand Down

0 comments on commit 62df045

Please sign in to comment.