-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change more old python version numbers (merge commit)
Merge branch 'hotfix/gh-action-pre-commit-python-version' into 'main' * Change more old python version numbers See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/373 Approved-by: Sampsa Penna <[email protected]> Co-authored-by: Joonatan Mäkinen <[email protected]> Merged by Joonatan Mäkinen <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -11,6 +11,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- run: pip install mypy .[dev] | ||
- uses: pre-commit/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ The program can be installed with pip from the git repository: | |
|
||
.. code-block:: console | ||
# Requires python >= 3.10 | ||
# Requires python >= 3.12 | ||
git clone [email protected]:CSCfi/swift-browser-ui.git | ||
# Frontend files need to be separately built | ||
cd swift_browser_ui_frontend && npm install -g pnpm@8 && pnpm install && pnpm run build && cd .. | ||
|
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