Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukestep committed Dec 6, 2024
1 parent 503d06c commit 737e685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: [3.10.12]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ fiona<1.10
gdal
lxml
netcdf4==1.6.5
pandas<2.1
pandas==2.2.3
parse
pygeometa
pyproj<3.5
pyproj
python-slugify
pyyaml
rasterio<1.4
requests
sqlalchemy
unicodecsv
urllib3>=1.26.2,<2
xarray<2023.2.0
urllib3
xarray

0 comments on commit 737e685

Please sign in to comment.