Skip to content

Commit

Permalink
fix: print
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 23, 2024
1 parent cca263e commit 282ad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 282ad47

Please sign in to comment.