FIX: Do not specify minor version of python in CI

This commit is contained in:
2022-12-11 00:51:19 +00:00
committed by GitHub
parent a4a28a6130
commit a7bf990666

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9.1 python-version: 3.9
- uses: actions/cache@v2 - uses: actions/cache@v2
id: pcache id: pcache
with: with: