-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: add 3.12 * ci: install numpy from github * chore: remove numpy intsall from github * test: try skip checking msgspec * build: add classifier
- Loading branch information
1 parent
837406e
commit 3933198
Showing
3 changed files
with
8 additions
and
3 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 |
---|---|---|
|
@@ -51,6 +51,9 @@ jobs: | |
- platform: windows-latest | ||
python-version: "3.11" | ||
pydantic: "pydantic<2" | ||
- platform: ubuntu-latest | ||
python-version: "3.12-dev" | ||
backend: "" | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -61,11 +64,12 @@ jobs: | |
|
||
- uses: tlambert03/[email protected] | ||
if: matrix.backend != '' | ||
|
||
- name: Install ${{ matrix.backend }} | ||
if: matrix.backend != '' | ||
run: | | ||
python -m pip install -e .[testqt] | ||
python -m pip install ${{ matrix.backend }} | ||
if: matrix.backend != '' | ||
- name: install | ||
run: | | ||
|
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