Skip to content

Commit

Permalink
remove node setup from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywmoore committed Sep 23, 2024
1 parent 8941957 commit 9783657
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,9 @@ jobs:
python-version: "3.12"
cache: "poetry"

- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"

- name: Install Python dependencies
run: poetry install

- name: Install Node dependencies
run: npm install

- name: Lint
run: poetry run make lint

Expand Down

0 comments on commit 9783657

Please sign in to comment.