Skip to content

Commit

Permalink
Add explicit Python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Dec 27, 2023
1 parent 9463dbd commit 7c8f857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: npm ci
- name: Generate coverage report
Expand Down

0 comments on commit 7c8f857

Please sign in to comment.