Skip to content

Commit

Permalink
Add tests on PR (#174)
Browse files Browse the repository at this point in the history
* Create pr.yaml for running tests on PR

* update requirements to see how pip does

* remove nb_conda_kernels from requirements

* add scipy
  • Loading branch information
leewujung authored Feb 7, 2024
1 parent 4c38591 commit 9883e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Running tests

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ipympl
ipywidgets<8
ipywidgets
jupyter_contrib_nbextensions
nb_conda_kernels
notebook<6.5
notebook
# 9/27/23. See https://github.com/microsoft/azuredatastudio/issues/24436#issuecomment-1723328100
traitlets<5.10
geopandas
geopy
numba
openpyxl
# 9/27/23: Pin to <2 to avoid new warning occurring in several cases
pandas<2
pandas
PyYAML
shapely<2
scipy
shapely
xarray

0 comments on commit 9883e92

Please sign in to comment.