Skip to content

Commit

Permalink
Install pyyaml for CI (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Mar 5, 2024
1 parent fb8dd4a commit 648f776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{matrix.python-version}}
- run: pip install pyyaml
- run: ./plano install
- run: python -m pip install pyyaml
- run: plano install
- run: transom-self-test

0 comments on commit 648f776

Please sign in to comment.