fix: force 3.10

This commit is contained in:
Tom Hu 2024-02-22 17:34:01 -08:00
parent 54ca65fa22
commit cca263e97a
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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()'