Skip to content

Commit

Permalink
Try installing npx explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 9, 2024
1 parent 21cce09 commit 5072eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: 'Install npx'
run: npm install -g npx
- run: pip install -r requirements.txt
name: 'Python requirements'
- run: doit run _offline
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5072eda

Please sign in to comment.