|
|
@@ -11,10 +11,10 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- uses: actions/checkout@master
|
|
|
- - name: Set up Python 3.10
|
|
|
+ - name: Set up Python 3.10.12
|
|
|
uses: actions/setup-python@v1
|
|
|
with:
|
|
|
- python-version: 3.10
|
|
|
+ python-version: 3.10.12
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
python3 -m pip install --upgrade pip setuptools
|