Skip to content

Commit

Permalink
Adding noisepy-seis-io dependency and modifying action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IshikaKhandelwal committed Feb 17, 2024
1 parent 549fc9c commit 55dfe9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3.3.0

- name: Install noisepy-seis-io
run: |
python -m pip install noisepy-seis-io
- name: Setup NoisePy
uses: ./.github/actions/setup
with:
Expand Down

0 comments on commit 55dfe9d

Please sign in to comment.