From 5ea89fdd9404463e033b180f12f6de62a7faedbf Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 22:40:33 -0700 Subject: [PATCH] removed pip files --- .github/requirements.txt | 21 ---------------- .github/workflows/dev_ci_cd_pip.yml | 37 ----------------------------- 2 files changed, 58 deletions(-) delete mode 100644 .github/requirements.txt delete mode 100644 .github/workflows/dev_ci_cd_pip.yml diff --git a/.github/requirements.txt b/.github/requirements.txt deleted file mode 100644 index ba2c940..0000000 --- a/.github/requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -earthengine-api==0.1.411 -geocube==0.4.2 -geopandas==0.14.1 -rioxarray==0.15.0 -odc-stac==0.3.8 -pystac-client==0.7.5 -pytest==7.4.3 -xarray-spatial==0.3.7 -xee==0.0.15 -utm==0.7.0 -osmnx==1.9.3 -dask[complete]==2023.11.0 -matplotlib==3.8.2 -s3fs==2024.5.0 -geemap==0.32.0 -pip==23.3.1 -boto3==1.34.124 -scikit-learn==1.5.1 -scikit-image==0.24.0 -overturemaps==0.6.0 -exactextract==0.2.0 diff --git a/.github/workflows/dev_ci_cd_pip.yml b/.github/workflows/dev_ci_cd_pip.yml deleted file mode 100644 index add6674..0000000 --- a/.github/workflows/dev_ci_cd_pip.yml +++ /dev/null @@ -1,37 +0,0 @@ -#name: Dev CIF API CI/CD PIP -# -#on: -# pull_request: -# workflow_dispatch: -# -#permissions: -# contents: read -#jobs: -# build: -# runs-on: ubuntu-latest -# strategy: -# max-parallel: 4 -# matrix: -# python-version: ["3.10"] -# -# steps: -# - uses: actions/checkout@v4 -# - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v5 -# with: -# python-version: ${{ matrix.python-version }} -# - name: Install Linux dependencies -# run: | -# sudo apt update -# sudo apt install -y gdal-bin libgdal-dev -# - name: Install Packages -# run: | -# python -m pip install --upgrade pip -# pip install -r .github/requirements.txt -# pip install GDAL==`gdal-config --version` -# - name: Run Tests -# env: -# GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }} -# GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} -# run: | -# pytest tests