mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
FIX: Do not specify minor version of python in CI
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9.1
|
||||
python-version: 3.9
|
||||
- uses: actions/cache@v2
|
||||
id: pcache
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user