-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed
uv
, as it does not work with pytest
out of the box.
Would be faster but at the moment not worth optimisiing Revert "made shure that uv creates a venv first" This reverts commit a6552d0 Revert "tested if the uv needed to be activated" This reverts commit 22bded1. Revert "tested if dancing with venv activation/deactivation fixes the path resolution" This reverts commit 7a89179. Reapply "tested if dancing with venv activation/deactivation fixes the path resolution" This reverts commit 24142ee. Revert "tested if manually installed pytest in CI fixes pytest not being found" This reverts commit fc4924a. Revert "tested if venv trickery fixes the CI-dependency troubles" This reverts commit 079bc3a.
- Loading branch information
1 parent
079bc3a
commit 3fe9200
Showing
3 changed files
with
4 additions
and
24 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 |
---|---|---|
|
@@ -25,12 +25,8 @@ jobs: | |
uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
- name: setup uv | ||
run: curl -LsSf https://astral.sh/uv/install.sh | sh | ||
- name: Install python dependencies | ||
run: | | ||
uv venv | ||
uv pip install -r data/requirements.txt -r requirements-dev.txt | ||
run: pip install -r data/requirements.txt -r requirements-dev.txt | ||
- name: Run pre-commit | ||
continue-on-error: ${{ github.ref == 'refs/heads/main' }} | ||
uses: pre-commit/[email protected] | ||
|
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