Skip to content

Commit 86b9a42

Browse files
committed
fix: test again
1 parent 46844f3 commit 86b9a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: DeterminateSystems/magic-nix-cache-action@main
1515
- uses: HatsuneMiku3939/direnv-action@v1
1616
- run: |
17-
python -m pip install -r requirements/pre-commit.txt --user
17+
pip3.14 install -r requirements/pre-commit.txt
1818
pre-commit run -a

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: DeterminateSystems/magic-nix-cache-action@main
1515
- uses: HatsuneMiku3939/direnv-action@v1
1616
- run: |
17-
python -m pip install -r requirements/test.txt
17+
pip3.14 install -r requirements/test.txt
1818
tox

0 commit comments

Comments
 (0)