Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DQI max-XORSAT English suggestions #718

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/Test-CI-dev-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/Test-CI-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/Test-CI-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading