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

New lightning bench #236

Merged
merged 20 commits into from
Jul 24, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: 3.10

- uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'

- name: Check out repository code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: false
python-version: 3.11
python-version: "3.10"
miniconda-version: "latest"
activate-environment: test

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'

- name: dependencies
run: |
pip install -U pip
pip install poetry
poetry env use python3.11
poetry env use python3.10
source $(poetry env info -p)/bin/activate
#
# poetry doesnot work when installing those !?
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ base/

benchmarks/simple
benchmarks/voir
benchmarks/*/base/
benchmarks/lightning/lightning_logs/

Loading
Loading