Update generate-counter.yml (#2392)
ci was failing due to wrong python version
This commit is contained in:
committed by
GitHub
parent
0f385304fb
commit
77ee1faed2
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.11.2'
|
||||
cache: 'poetry'
|
||||
- name: Generate shields.io URL
|
||||
run: python generate_shield.py atomics/
|
||||
|
||||
Reference in New Issue
Block a user