Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
subset lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 16, 2023
1 parent bd97f2a commit 55805ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
pip3 install pytest
pip3 install connexion
pip3 install flask_testing
pip3 install shapely
npm install
- name: Run Snyk as a blocking step
if: ${{ startsWith(github.ref, 'test') }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.4.1"
shapely = "^2.0.1"

[tool.poetry.dev-dependencies]
pytest = "^7.2"
Expand Down

0 comments on commit 55805ca

Please sign in to comment.