Skip to content

Commit

Permalink
Change: setup node manually
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Oct 22, 2023
1 parent 00b59fd commit cea243a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: latest
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install pip\<24
- run: pip --version && pip show setuptools
- run: pip -vvv install .
- run: pushd node_vm2/vm-server && npm install && popd
- run: pip install -U pip
- run: pip install -r requirements-lock.txt
- run: pip install .
- run: python cute.py test

0 comments on commit cea243a

Please sign in to comment.