From 6454e271fefa4fe8d374a7667325ebfdc27249ef Mon Sep 17 00:00:00 2001 From: ravidalon Date: Thu, 9 Jan 2025 13:40:17 +0200 Subject: [PATCH] Remove git lfs temporarily --- .github/workflows/Test-CI-dev-daily.yml | 22 +++++++++++----------- .github/workflows/Test-CI-dev.yml | 22 +++++++++++----------- .github/workflows/Test-CI-main.yml | 22 +++++++++++----------- tests/resources/.gitattributes | 1 - tests/resources/couenne.gz | 3 --- 5 files changed, 33 insertions(+), 37 deletions(-) delete mode 100644 tests/resources/.gitattributes delete mode 100755 tests/resources/couenne.gz diff --git a/.github/workflows/Test-CI-dev-daily.yml b/.github/workflows/Test-CI-dev-daily.yml index c4e55aea0..9f96ba181 100644 --- a/.github/workflows/Test-CI-dev-daily.yml +++ b/.github/workflows/Test-CI-dev-daily.yml @@ -64,17 +64,17 @@ jobs: python -m pip install -U -r requirements_tests.txt \ --extra-index-url https://pypi.org/simple - - name: Install couenne solver - env: - COUENNE_FILE: tests/resources/couenne.gz - LOCAL_BIN: ${{ runner.temp }}/.local/bin - run: | - set -eux - git lfs pull -I "$COUENNE_FILE" - mkdir -p "$LOCAL_BIN" - echo "$LOCAL_BIN" >>"$GITHUB_PATH" - gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" - chmod ugo+x "${LOCAL_BIN}/couenne" +# - name: Install couenne solver +# env: +# COUENNE_FILE: tests/resources/couenne.gz +# LOCAL_BIN: ${{ runner.temp }}/.local/bin +# run: | +# set -eux +# git lfs pull -I "$COUENNE_FILE" +# mkdir -p "$LOCAL_BIN" +# echo "$LOCAL_BIN" >>"$GITHUB_PATH" +# gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" +# chmod ugo+x "${LOCAL_BIN}/couenne" # Set authentication with M2M token - name: Set authentication diff --git a/.github/workflows/Test-CI-dev.yml b/.github/workflows/Test-CI-dev.yml index 550dd284b..51ca7a39d 100644 --- a/.github/workflows/Test-CI-dev.yml +++ b/.github/workflows/Test-CI-dev.yml @@ -116,17 +116,17 @@ jobs: python -m pip install -U -r requirements_tests.txt \ --extra-index-url https://pypi.org/simple - - name: Install couenne solver - env: - COUENNE_FILE: tests/resources/couenne.gz - LOCAL_BIN: ${{ runner.temp }}/.local/bin - run: | - set -eux - git lfs pull -I "$COUENNE_FILE" - mkdir -p "$LOCAL_BIN" - echo "$LOCAL_BIN" >>"$GITHUB_PATH" - gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" - chmod ugo+x "${LOCAL_BIN}/couenne" +# - name: Install couenne solver +# env: +# COUENNE_FILE: tests/resources/couenne.gz +# LOCAL_BIN: ${{ runner.temp }}/.local/bin +# run: | +# set -eux +# git lfs pull -I "$COUENNE_FILE" +# mkdir -p "$LOCAL_BIN" +# echo "$LOCAL_BIN" >>"$GITHUB_PATH" +# gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" +# chmod ugo+x "${LOCAL_BIN}/couenne" # Set authentication with M2M token - name: Set authentication diff --git a/.github/workflows/Test-CI-main.yml b/.github/workflows/Test-CI-main.yml index 5c4c37ee4..41d3072e0 100644 --- a/.github/workflows/Test-CI-main.yml +++ b/.github/workflows/Test-CI-main.yml @@ -106,17 +106,17 @@ jobs: python -m pip install -U -r requirements.txt python -m pip install -U -r requirements_tests.txt - - name: Install couenne solver - env: - COUENNE_FILE: tests/resources/couenne.gz - LOCAL_BIN: ${{ runner.temp }}/.local/bin - run: | - set -eux - git lfs pull -I "$COUENNE_FILE" - mkdir -p "$LOCAL_BIN" - echo "$LOCAL_BIN" >>"$GITHUB_PATH" - gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" - chmod ugo+x "${LOCAL_BIN}/couenne" +# - name: Install couenne solver +# env: +# COUENNE_FILE: tests/resources/couenne.gz +# LOCAL_BIN: ${{ runner.temp }}/.local/bin +# run: | +# set -eux +# git lfs pull -I "$COUENNE_FILE" +# mkdir -p "$LOCAL_BIN" +# echo "$LOCAL_BIN" >>"$GITHUB_PATH" +# gzip -dc "$COUENNE_FILE" >"${LOCAL_BIN}/couenne" +# chmod ugo+x "${LOCAL_BIN}/couenne" # # Setup Environment diff --git a/tests/resources/.gitattributes b/tests/resources/.gitattributes deleted file mode 100644 index b77c6b8eb..000000000 --- a/tests/resources/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -couenne.gz filter=lfs diff=lfs merge=lfs -text diff --git a/tests/resources/couenne.gz b/tests/resources/couenne.gz deleted file mode 100755 index abb4c9d1a..000000000 --- a/tests/resources/couenne.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c98d379d04c39530589730877858c0e8a4dce3f3fcc94f86104dc10dc5e23c -size 5734024