Skip to content

Commit

Permalink
added fix to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy committed Sep 16, 2024
1 parent 8ed0c2c commit aaf9108
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
- name: Checkout workspace
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip3 install shapely==2.0.6
- name: Test
uses: ./.github/actions/
with:
Expand Down

0 comments on commit aaf9108

Please sign in to comment.