diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6283d2aa..6bf7170e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -59,7 +59,7 @@ jobs: PYODIDE_PACKAGES="aiohttp,basemap,cdsapi,cfgrib,cf-units,cmcrameri,dask,earthkit,ecmwf-api-client,ecmwf-opendata,field-compression-benchmark,fsspec,git2,gribscan,h5netcdf,intake,ipyfilite,ipython,kerchunk,lzma,matplotlib,MetPy,netcdf4,numcodecs,numpy,pandas,pint,proplot,requests,scipy,sympy,s3fs,xarray,xeofs,zarr" \ make - name: Extract the requirements.txt file - run: python3 tools/requirements.txt + run: python3 tools/requirements.py - name: Clean up the pyodide build run: | cd pyodide