-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Don't install pre-release packages
- Loading branch information
1 parent
84b5a48
commit ae03308
Showing
3 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ jobs: | |
- name: Install artistools | ||
run: | | ||
python3 -m pip install uv | ||
python3 -m uv pip install --system --pre --upgrade pylint mypy ruff | ||
python3 -m uv pip install --compile-bytecode --pre --editable . | ||
python3 -m uv pip install --system --upgrade pylint mypy ruff | ||
python3 -m uv pip install --compile-bytecode --editable . | ||
- name: Run Ruff | ||
if: always() | ||
|
@@ -84,7 +84,7 @@ jobs: | |
- name: Install artistools | ||
run: | | ||
python3 -m pip install uv | ||
python3 -m uv pip install --compile-bytecode --pre --editable . | ||
python3 -m uv pip install --compile-bytecode --editable . | ||
- uses: pre-commit/[email protected] | ||
|
||
|
@@ -165,7 +165,7 @@ jobs: | |
- name: Install artistools | ||
run: | | ||
python3 -m pip install uv | ||
python3 -m uv pip install --compile-bytecode --pre --editable . | ||
python3 -m uv pip install --compile-bytecode --editable . | ||
- name: Cache test data | ||
uses: actions/cache@v4 | ||
|
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