Skip to content

Commit

Permalink
fix(ci): Explicitly install python in dev server test (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Oct 14, 2024
1 parent ab8f43a commit 5e705e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/website-playwright-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "website/**"
- "deploy.py"
- generate_local_test_config.sh
- .github/workflows/node_dev.yml
- .github/workflows/website-playwright-dev-test.yml
push:
branches:
- main
Expand All @@ -27,6 +27,9 @@ jobs:
- os: ${{ github.ref != 'refs/heads/main' && 'macos-latest' }}
steps:
- uses: azure/setup-helm@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Checkout repository
uses: actions/checkout@v4
- name: Install yaml package
Expand Down

0 comments on commit 5e705e9

Please sign in to comment.