From d576de192d9694639326bd3d697982b622a7dedd Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Mon, 11 Mar 2024 12:04:37 -0400 Subject: [PATCH] chore: update package name to icesat2waves --- .github/workflows/test_icesat2_tracks_pipeline.yml | 2 +- .github/workflows/test_test_suite.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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`: