Skip to content

Commit 7a4f4aa

Browse files
committed
test
1 parent 86b9a42 commit 7a4f4aa

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-
pip3.14 install -r requirements/pre-commit.txt
17+
pip 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-
pip3.14 install -r requirements/test.txt
17+
pip install -r requirements/test.txt
1818
tox

0 commit comments

Comments
 (0)