Skip to content

Commit

Permalink
Debugging the CI environment (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 19, 2023
1 parent a05ac8b commit 6e4d3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: pip install pyyaml
- run: pip show pyyaml
- run: python -m site
- run: /usr/bin/python3 -m site
- run: npm install @antora/cli @antora/site-generator
- run: echo "$PWD/node_modules/.bin" >> "$GITHUB_PATH"
- run: ./plano test

0 comments on commit 6e4d3c6

Please sign in to comment.