Skip to content

Commit

Permalink
Have to change mimor version of Python 3.8.x with Ubuntu 22.04 #82
Browse files Browse the repository at this point in the history
Signed-off-by: Armand <[email protected]>
  • Loading branch information
armgilles committed Sep 16, 2024
1 parent 2849409 commit bad1510
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 @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.5
- name: Set up Python 3.8.18
uses: actions/setup-python@v3
with:
python-version: 3.8.5
python-version: 3.8.18
- name: Install
run: |
python setup.py install
Expand Down

0 comments on commit bad1510

Please sign in to comment.