Skip to content

Commit

Permalink
Include fsspec and aiohttp in lab
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr authored Jul 21, 2024
1 parent 80659fc commit 003d58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
PYODIDE_DOCKER_IMAGE=$(docker build . -q) \
./run_docker \
--non-interactive \
PYODIDE_PACKAGES="basemap,cfgrib,cmcrameri,dask,earthkit,field-compression-benchmark,git2,ipyfilite,ipython,lzma,matplotlib,MetPy,netcdf4,numcodecs,numpy,pandas,pint,proplot,scipy,xarray,xeofs,zarr" \
PYODIDE_PACKAGES="aiohttp,basemap,cfgrib,cmcrameri,dask,earthkit,field-compression-benchmark,fsspec,git2,ipyfilite,ipython,lzma,matplotlib,MetPy,netcdf4,numcodecs,numpy,pandas,pint,proplot,requests,scipy,xarray,xeofs,zarr" \
make
- name: Clean up the pyodide build
run: |
Expand Down

0 comments on commit 003d58a

Please sign in to comment.