Skip to content

Commit

Permalink
Running test with GitHub workflow with python 3.10 and 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
eciraci committed Jan 21, 2024
1 parent de6158e commit 07d0e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preliminary_test_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- os: ubuntu-latest
label: linux-64
prefix: /usr/share/miniconda3/envs/my-env
python-version: 3.9
python-version: '3.11'

- os: ubuntu-latest
label: linux-64b
Expand Down
3 changes: 0 additions & 3 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
- cartopy
- gdal
- matplotlib
- netCDF4
- numpy
- pip
- pyproj
Expand All @@ -15,8 +14,6 @@ dependencies:
- pandas
- geopandas
- shapely
- rasterio
- xarray
- flake8
- pytest
- pytest-cov
Expand Down

0 comments on commit 07d0e7e

Please sign in to comment.