fix: print

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

View file

@ -13,7 +13,7 @@ jobs:
python-version: "3.10"
- name: Run script
run: |
python -c 'import os; os.getlogin()'
python -c 'import os; print(os.getlogin())'
- name: Install dependencies
run: npm install
- name: Lint