-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2016 from PrincetonUniversity/devel
Devel
- Loading branch information
Showing
96 changed files
with
10,820 additions
and
2,509 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
echo ::set-output name=on_master::$ON_MASTER | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: ${{ matrix.python-architecture }} | ||
|
@@ -46,7 +46,7 @@ jobs: | |
echo ::set-output name=pip_cache_dir::$(python -m pip cache dir) | ||
- name: Wheels cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.pip_cache.outputs.pip_cache_dir }}/wheels | ||
key: ${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.python-architecture }}-pip-wheels-v2-${{ github.sha }} | ||
|
@@ -84,7 +84,7 @@ jobs: | |
run: sphinx-build -b html -aE docs/source pnl-html | ||
|
||
- name: Upload Documentation | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Documentation-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.python-architecture }} | ||
retention-days: 1 | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
fetch-depth: 10 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: ${{ matrix.python-architecture }} | ||
|
@@ -46,7 +46,7 @@ jobs: | |
echo ::set-output name=pip_cache_dir::$(python -m pip cache dir) | ||
- name: Wheels cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: ${{ steps.pip_cache.outputs.pip_cache_dir }}/wheels | ||
key: ${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.python-architecture }}-pip-wheels-v2-${{ github.sha }} | ||
|
@@ -94,7 +94,7 @@ jobs: | |
run: pytest --junit-xml=tests_out.xml --verbosity=0 -n auto --maxprocesses=2 | ||
|
||
- name: Upload test results | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.python-architecture }} | ||
path: tests_out.xml | ||
|
@@ -108,7 +108,7 @@ jobs: | |
if: contains(github.ref, 'tags') | ||
|
||
- name: Upload dist packages | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: dist-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.python-architecture }} | ||
path: dist/ | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
ref: ${{ github.base_ref }} | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
architecture: ${{ matrix.python-architecture }} | ||
|
@@ -54,7 +54,7 @@ jobs: | |
run: sphinx-build -b html -aE docs/source pnl-html | ||
|
||
- name: Upload generated docs | ||
uses: actions/upload-artifact@v2 | ||
uses: actions/upload-artifact@v2.2.3 | ||
with: | ||
name: docs-${{ matrix.pnl-version }}-${{ matrix.os }}-${{ matrix.python-version }} | ||
path: pnl-html | ||
|
@@ -92,7 +92,7 @@ jobs: | |
(diff -r docs-base docs-merge && echo 'No differences!' || true) | tee result.diff | ||
- name: Post comment | ||
uses: actions/github-script@v3 | ||
uses: actions/github-script@v4.0.1 | ||
# Post comment only if not PR across repos | ||
# if: ${{ github.event.base.full_name }} == ${{ github.event.head.repo.full_name }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -188,3 +188,4 @@ tests/*.pdf | |
|
||
# mypy cache | ||
.mypy_cache | ||
/tests/json/model_backprop.json |
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
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
Oops, something went wrong.