Skip to content

Commit 5c5867a

Browse files
committed
(fix) Removed extra configuration added while debugging the run-tests CI
1 parent e2e76d9 commit 5c5867a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: Install poetry
3030
run: python -m pip install poetry
3131

32-
- name: Set poetry installer config
33-
if: runner.os == 'macOS'
34-
run: echo "POETRY_INSTALLER_NO_BINARY=:none:" >> $GITHUB_ENV
35-
3632
- name: Cache the virtualenv
3733
id: cache-venv
3834
uses: actions/cache@v4

0 commit comments

Comments
 (0)