Skip to content

Commit

Permalink
feat: install geodatasets to the testrunner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dai-Hai Ton-That authored and Dai-Hai Ton-That committed Aug 23, 2024
1 parent f94321c commit 5c735ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
pip install nbmake pytest-xdist
pip install configparser
python3 -c "import configparser; c = configparser.ConfigParser(); c.read('setup.cfg'); print(c['options']['install_requires'])" | xargs pip install
pip install geodatasets
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 5c735ac

Please sign in to comment.