mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: force 3.10
This commit is contained in:
parent
54ca65fa22
commit
cca263e97a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
- name: Run script
|
||||
run: |
|
||||
python -c 'import os; os.getlogin()'
|
||||
|
|
|
|||
Loading…
Reference in a new issue