-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add_artifical-information_filter' of https://github.com…
…/Ishaanj18/xbitinfo into pr/234
- Loading branch information
Showing
19 changed files
with
683 additions
and
103 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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Miniconda | ||
uses: conda-incubator/[email protected].1 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh | ||
installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh | ||
|
@@ -74,7 +74,7 @@ jobs: | |
cp benchmarks.log .asv/results/ | ||
working-directory: ${{ env.ASV_DIR }} | ||
|
||
- uses: actions/upload-artifact@v3.1.3 | ||
- uses: actions/upload-artifact@v4.3.1 | ||
if: always() | ||
with: | ||
name: asv-benchmark-results-${{ runner.os }} | ||
|
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: | |
with: | ||
fetch-depth: 0 | ||
- name: Set up conda | ||
uses: conda-incubator/[email protected].1 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
auto-update-conda: false | ||
channels: conda-forge | ||
|
@@ -60,7 +60,7 @@ jobs: | |
shell: 'bash -l {0}' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: conda-incubator/[email protected].1 | ||
- uses: conda-incubator/[email protected].3 | ||
with: | ||
channels: conda-forge | ||
miniforge-variant: Mambaforge | ||
|
@@ -91,7 +91,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up conda | ||
uses: conda-incubator/[email protected].1 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
auto-update-conda: false | ||
channels: conda-forge | ||
|
@@ -134,11 +134,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: '3.11' | ||
- name: Set up Julia | ||
uses: julia-actions/setup-julia@v1.9.4 | ||
uses: julia-actions/setup-julia@v2.0.0 | ||
with: | ||
version: 1.7.1 | ||
- name: Install dependencies | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v5.0.0 | ||
uses: actions/setup-python@v5.1.0 | ||
with: | ||
python-version: "3.10" | ||
|
||
|
@@ -45,7 +45,7 @@ jobs: | |
|
||
- name: Publish a Python distribution to PyPI | ||
if: success() && github.event_name == 'release' | ||
uses: pypa/[email protected].11 | ||
uses: pypa/[email protected].14 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.PYPI_PASSWORD }} |
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.