8000 Test Failing Examples Tests?? by JeffersGlass · Pull Request #1468 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Test Failing Examples Tests?? #1468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Do not cache node modules
  • Loading branch information
JeffersGlass committed May 18, 2023
commit 8b96d6a052a0b2c3f14afd67fc5c169ddcb1a8f8
13 changes: 0 additions & 13 deletions .github/workflows/build-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@ jobs:
with:
node-version: 18.x

- name: Cache node modules
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-

- name: setup Miniconda
uses: conda-incubator/setup-miniconda@v2

Expand Down
0