We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df663cb commit b0186f4Copy full SHA for b0186f4
1 file changed
.github/workflows/build-test.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
python-version: '3.11'
46
- name: Setup Virtual Environment
47
- run: python -m venv venv
+ run: python -m venv .venv
48
- name: Setup Poetry Windows
49
if: matrix.os == 'windows-latest'
50
run: |
0 commit comments