Skip to content

Commit 4c6f8d2

Browse files
author
Victor Machado
committed
Using python3 instead of python in workflow
1 parent 33aa9c4 commit 4c6f8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-credentials.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Create and activate virtual environment
2222
run: |
23-
python -m venv .venv
23+
python3 -m venv .venv
2424
source .venv/bin/activate
2525
2626
- name: Install froster locally

0 commit comments

Comments
 (0)