Skip to content

Commit b0186f4

Browse files
committed
small fix to CI
1 parent df663cb commit b0186f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: '3.11'
4646
- name: Setup Virtual Environment
47-
run: python -m venv venv
47+
run: python -m venv .venv
4848
- name: Setup Poetry Windows
4949
if: matrix.os == 'windows-latest'
5050
run: |

0 commit comments

Comments
 (0)