Skip to content

Commit

Permalink
chore: removed python3.12-distutils from installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Dec 12, 2024
1 parent 3bea509 commit 70ea9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ matrix.python-version == 'py312' }}
run: |
docker exec -e TOXENV=${{ matrix.python-version }}-${{ matrix.env-name }} -e DB_HOST=${{ matrix.db-version }} xqueue bash -c \
"apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev python3.12-distutils -y"
"apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev -y"
- name: Install test dependencies and run tests
env:
Expand Down

0 comments on commit 70ea9e9

Please sign in to comment.