Skip to content

Commit

Permalink
Merge branch 'main' into feat-add-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg authored Mar 11, 2024
2 parents b22e178 + be035e3 commit b4350ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_icesat2_tracks_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.version }} # install the python version needed
cache: "pip"
- name: install icesat2-tracks using pip
- name: install icesat2waves using pip
run: pip install .
- name: List dependencies
run: pip list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.version }} # install the python version needed
cache: "pip"
- name: install icesat2-tracks using pip
- name: install icesat2waves using pip
run: pip install .
- name: install pytest
run: pip install pytest pytest-xdist pytest-sugar pytest-durations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation:

- Clone the repository:
- Navigate to https://github.com/brown-ccv/icesat2-tracks
- Navigate to https://github.com/brown-ccv/icesat2waves
- Click the "<> Code" button and select a method to clone the repository, then follow the prompts
- Open a shell (bash, zsh) in the repository working directory
- Create a new virtual environment named `.venv`:
Expand Down

0 comments on commit b4350ad

Please sign in to comment.