We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aa9c4 commit 4c6f8d2Copy full SHA for 4c6f8d2
.github/workflows/test-credentials.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Create and activate virtual environment
22
run: |
23
- python -m venv .venv
+ python3 -m venv .venv
24
source .venv/bin/activate
25
26
- name: Install froster locally
0 commit comments