Skip to content

Commit

Permalink
Update startproject CI to utilise the install task
Browse files Browse the repository at this point in the history
  • Loading branch information
zahraaalizadeh committed Apr 15, 2024
1 parent f36b538 commit de97e35
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/startproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,8 @@ jobs:
libffi-dev \
libpq-dev
# Playwright System Dependencies
sudo apt-get install -y \
libnss3\
libnspr4\
libatk1.0-0\
libatk-bridge2.0-0\
libcups2\
libdrm2\
libxkbcommon0\
libatspi2.0-0\
libxcomposite1\
libxdamage1\
libxfixes3\
libxrandr2\
libgbm1\
libasound2
# Base Python tooling
pip install poetry django
pip install invoke poetry django
- name: Create test project
run: |
Expand All @@ -80,8 +63,7 @@ jobs:
- name: Install test project
run: |
cd test_project
poetry install
poetry run playwright install
poetry run invoke install
- name: Check test project is valid
run: |
Expand Down

0 comments on commit de97e35

Please sign in to comment.