diff --git a/.github/workflows/test_icesat2_tracks_pipeline.yml b/.github/workflows/test_icesat2_tracks_pipeline.yml index 150f2bb..662c3f4 100644 --- a/.github/workflows/test_icesat2_tracks_pipeline.yml +++ b/.github/workflows/test_icesat2_tracks_pipeline.yml @@ -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 diff --git a/.github/workflows/test_test_suite.yml b/.github/workflows/test_test_suite.yml index 674211a..81c60df 100644 --- a/.github/workflows/test_test_suite.yml +++ b/.github/workflows/test_test_suite.yml @@ -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 diff --git a/README.md b/README.md index 0a6b170..de6b4ef 100644 --- a/README.md +++ b/README.md @@ -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`: