Skip to content

Commit c38e8c1

Browse files
committed
fix(ci): 改用 pip install poetry(latest 2.x)+ in-project venv
1 parent 5df80a0 commit c38e8c1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-engine.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
python-version: '3.10'
3838

3939
- name: Install Poetry
40-
run: pip install poetry==1.8.5
40+
run: pip install poetry
41+
42+
- name: Configure Poetry virtualenv
43+
run: poetry config virtualenvs.in-project true
4144

4245
- name: Cache Poetry venv
4346
uses: actions/cache@v4

0 commit comments

Comments
 (0)