Skip to content

Commit 5c92d01

Browse files
committed
another workflow fi
1 parent 2954565 commit 5c92d01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v3
22-
- name: Set up Python 3.8
22+
- name: Set up Python 3.9
2323
uses: actions/setup-python@master
2424
with:
25-
python-version: 3.8
25+
python-version: 3.9
2626
- name: Install
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)