Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Jan 14, 2025
1 parent 517a093 commit 192b66b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
shell: bash
run: |
if [[ "${{ matrix.python-version }}" == "3.13.x" && "${{ matrix.os }}" == "ubuntu-latest" ]]; then
sudo apt install build-essential
fi
python -m pip install --upgrade pip
python -m pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi --without docs
Expand Down

0 comments on commit 192b66b

Please sign in to comment.