Skip to content

Commit

Permalink
Fix the requirements.py tool path
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 25, 2024
1 parent 7cca76e commit 30ab1eb
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 @@ -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
Expand Down

0 comments on commit 30ab1eb

Please sign in to comment.