Skip to content

Commit

Permalink
install module in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Oct 2, 2023
1 parent f0902bd commit 856e0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
micromamba-version: "latest"

- name: Install geosnap
run: python geosnap/tests/_dl_data.py;
run: pip install . ;python geosnap/tests/_dl_data.py;
env:
COMBO_DATA: ${{ secrets.COMBO_DATA }}

Expand Down

0 comments on commit 856e0e8

Please sign in to comment.