-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move tests after patching wheels * Auto update version from '0.36.0-dev33' to '0.36.0-dev34' * Trigger CIs * Auto update version from '0.36.0-dev34' to '0.36.0-dev35' * fix Kokkos caching and job dependencies * fix backend wheel * Set proper git version * change pip 22 delivery * ensure pip and setuptools * fix pip call * test updated pip * remove building lightning_kokkos wheels * remove build LKokkos wheels for Win. This time right. * Fix LK tests * Revert wheel_win trigger * Auto update version from '0.36.0-dev35' to '0.36.0-dev36' * Fix SKIP_COMPILATION=True * Fix parantheses. * Install LQ with python * Revert to Amintor's minus merge from master. * update changelog * Auto update version from '0.36.0-dev35' to '0.36.0-dev36' * Apply suggestions from code review * trigger CIs * fix crazy merge * Auto update version from '0.36.0-dev36' to '0.36.0-dev37'
- Loading branch information
1 parent
6efe874
commit 43f7a91
Showing
10 changed files
with
49 additions
and
26 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
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 |
---|---|---|
|
@@ -117,4 +117,3 @@ jobs: | |
with: | ||
name: pure-source-dist-${{ matrix.pl_backend }}.tar.gz | ||
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
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,4 +16,4 @@ | |
Version number (major.minor.patch[-label]) | ||
""" | ||
|
||
__version__ = "0.36.0-dev36" | ||
__version__ = "0.36.0-dev37" |