Skip to content

Commit

Permalink
latest verrsions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Nov 15, 2024
1 parent 12ad524 commit 08d3402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
pip install build numpy wheel setuptools
pip install -r requirements_exe_build.txt
pip install fsspec==2024.6.1 fastparquet==2024.5.0
python setup.py bdist_wheel
pip install -e . --no-deps
pip install cmerg
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
run: |
pip install build numpy wheel setuptools
pip install -r requirements_exe_build.txt
pip install fsspec==2024.6.1 fastparquet==2024.5.0
python setup.py bdist_wheel
pip install -e . --no-deps
pip install cmerg
Expand Down

0 comments on commit 08d3402

Please sign in to comment.