Skip to content

Commit

Permalink
(fix) Removed extra configuration added while debugging the run-tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmoa committed Jan 23, 2025
1 parent e2e76d9 commit 5c5867a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Install poetry
run: python -m pip install poetry

- name: Set poetry installer config
if: runner.os == 'macOS'
run: echo "POETRY_INSTALLER_NO_BINARY=:none:" >> $GITHUB_ENV

- name: Cache the virtualenv
id: cache-venv
uses: actions/cache@v4
Expand Down

0 comments on commit 5c5867a

Please sign in to comment.