Skip to content

Commit

Permalink
Remove node install from core tests CI (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Nov 3, 2023
1 parent 2966474 commit 6391935
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Cypress Test Framework
run: npm install cypress
- name: Install Nox Dependencies
run: |
python -m pip install poetry nox nox-poetry pyparsing==3.0.4
Expand Down

0 comments on commit 6391935

Please sign in to comment.