forked from Pyomo/pyomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'emma_pyomo/add-accidental-formulation' …
…into bashar_pwl
- Loading branch information
Showing
107 changed files
with
13,066 additions
and
7,747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ defaults: | |
env: | ||
PYTHONWARNINGS: ignore::UserWarning | ||
PYTHON_CORE_PKGS: wheel | ||
PYPI_ONLY: z3-solver | ||
PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels | ||
PYPI_ONLY: z3-solver linear-tree | ||
PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels linear-tree | ||
CACHE_VER: v221013.1 | ||
NEOS_EMAIL: [email protected] | ||
SRC_REF: ${{ github.head_ref || github.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ env: | |
PYTHONWARNINGS: ignore::UserWarning | ||
PYTHON_CORE_PKGS: wheel | ||
PYPI_ONLY: z3-solver linear-tree | ||
PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels | ||
PYPY_EXCLUDE: scipy numdifftools seaborn statsmodels linear-tree | ||
CACHE_VER: v221013.1 | ||
NEOS_EMAIL: [email protected] | ||
SRC_REF: ${{ github.head_ref || github.ref }} | ||
|
@@ -57,21 +57,6 @@ jobs: | |
uses: crate-ci/typos@master | ||
with: | ||
config: ./.github/workflows/typos.toml | ||
- name: URL Checker | ||
uses: urlstechie/[email protected] | ||
with: | ||
# A comma-separated list of file types to cover in the URL checks | ||
file_types: .md,.rst,.py | ||
# Choose whether to include file with no URLs in the prints. | ||
print_all: false | ||
# More verbose summary at the end of a run | ||
verbose: true | ||
# How many times to retry a failed request (defaults to 1) | ||
retry_count: 3 | ||
# Exclude: | ||
# - Jenkins because it's behind a firewall | ||
# - RTD because a magically-generated string triggers failures | ||
exclude_urls: https://pyomo-jenkins.sandia.gov/,https://pyomo.readthedocs.io/en/%s/errors.html | ||
|
||
|
||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: URL Validation | ||
|
||
on: | ||
schedule: | ||
- cron: '0 3 * * 0' | ||
workflow_dispatch: | ||
inputs: | ||
git-ref: | ||
description: Git Hash (Optional) | ||
required: false | ||
|
||
jobs: | ||
url_check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Pyomo source | ||
uses: actions/checkout@v4 | ||
- name: URL Checker | ||
uses: urlstechie/[email protected] | ||
with: | ||
# A comma-separated list of file types to cover in the URL checks | ||
file_types: .md,.rst,.py | ||
# Choose whether to include file with no URLs in the prints. | ||
print_all: false | ||
# More verbose summary at the end of a run | ||
verbose: true | ||
# How many times to retry a failed request (defaults to 1) | ||
retry_count: 3 | ||
# Exclude: | ||
# - Jenkins because it's behind a firewall | ||
# - RTD because a magically-generated string triggers failures | ||
exclude_urls: https://pyomo-jenkins.sandia.gov/,https://pyomo.readthedocs.io/en/%s/errors.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.