Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jan 6, 2024
1 parent f8ae5b7 commit 8aa230d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{matrix.version}}
cache: pip
# - uses: actions/setup-node@v4
# with:
# node-version: latest
# cache: npm
# - run: npm install -g livereload
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install -g livereload
- run: ./plano install
- run: transom-self-test

0 comments on commit 8aa230d

Please sign in to comment.