Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Nov 12, 2024
1 parent 2edf998 commit 9705518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
channels: conda-forge
- name: Install dependencies
run: |
conda install numpy scipy h5py pandas xarray hatchling tqdm obspy
conda install hatchling
python -m pip install --upgrade pip
pip install pytest pytest-cov obspy
pip install .
pip install pytest pytest-cov
- name: test
run: |
cd test
Expand Down

0 comments on commit 9705518

Please sign in to comment.