diff --git a/.github/workflows/run_nb.yml b/.github/workflows/run_nb.yml index b37abdb..56b3ec4 100644 --- a/.github/workflows/run_nb.yml +++ b/.github/workflows/run_nb.yml @@ -21,6 +21,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Setup node + uses: actions/setup-node@v4 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: @@ -62,4 +65,4 @@ jobs: else echo "No errors found in notebooks." fi - shell: bash \ No newline at end of file + shell: bash