Skip to content

Commit 46844f3

Browse files
committed
fix: fix github actions install
1 parent 23d0622 commit 46844f3

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

0 commit comments

Comments
 (0)