Skip to content

Commit f644454

Browse files
committed
chore(ci): remove source /home/sunny/.local/bin/env
1 parent af00f3a commit f644454

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010

1111
- name: install ruff
12-
run: |
13-
curl -LsSf https://astral.sh/ruff/0.13.0/install.sh | sh
14-
source $HOME/.local/bin/env
12+
run: curl -LsSf https://astral.sh/ruff/0.13.0/install.sh | sh
1513

1614
- name: ruff
1715
run: ruff check src tests
@@ -24,7 +22,6 @@ jobs:
2422
- name: install dependencies
2523
run: |
2624
curl -LsSf https://astral.sh/uv/install.sh | sh
27-
source $HOME/.local/bin/env
2825
uv sync
2926
3027
- name: mypy

0 commit comments

Comments
 (0)