Use pyodide/pyodide-env:17 rather than hoodmane/pyodide-env:17 for CI (#1654)

This commit is contained in:
Hood Chatham 2021-06-23 08:21:50 -07:00 committed by GitHub
parent 7d73220e92
commit 3030e93560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: hoodmane/pyodide-env:17
- image: pyodide/pyodide-env:17
environment:
- EMSDK_NUM_CORES: 3
EMCC_CORES: 3