Skip to content

Commit

Permalink
Remove node install from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed May 20, 2022
1 parent 17d7d72 commit fab19c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
steps:
- uses: actions/checkout@v2

# Install pyright
- uses: actions/setup-node@v2
with:
node-version: '16'

# Conda install
- name: Install conda v3.7
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit fab19c7

Please sign in to comment.