Skip to content

Commit

Permalink
use python pip but update setuptools and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
khasbilegt committed Jan 4, 2024
1 parent 71e285a commit e040211
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
- name: Install Dependencies
run: |
npm ci --include=dev
pip install "Django==${{ matrix.django-version }}"
pip install -r testapp/requirements.txt
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install "Django==${{ matrix.django-version }}"
python -m pip install -r testapp/requirements.txt
python -m playwright install
python -m playwright install-deps
- name: Build Client
Expand Down

0 comments on commit e040211

Please sign in to comment.