Skip to content

Commit

Permalink
Removed trajectory code
Browse files Browse the repository at this point in the history
Moving the trajectory code to a seperate repo removes the dependency
on GDAL for this repo, simplifying installation.
  • Loading branch information
aaschwanden committed Nov 14, 2023
1 parent 3083d65 commit 99941c1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 732 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get install gdal-bin libgdal-dev
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements-testing.txt ]; then pip install -r requirements-testing.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 0 additions & 2 deletions pism_ragis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@
"computing",
"stats",
"computing",
"interpolation",
"systems",
"trajectories",
]
Loading

0 comments on commit 99941c1

Please sign in to comment.