Skip to content

Commit 60c15c1

Browse files
committed
testing without pnpm setup
1 parent 9169ae0 commit 60c15c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/[email protected]
9-
- name: Setup pnpm
10-
uses: pnpm/[email protected]
11-
with:
12-
version: 10.1.0
9+
10+
11+
1312
- name: install deps
1413
working-directory: my_project
1514
run: |
@@ -18,6 +17,7 @@ jobs:
1817
pnpm pip install "fastapi[standard]"
1918
pnpm pip install sqlmodel
2019
pnpm pip install jinja2
20+
2121
- name: run tests
2222
working-directory: my_project
2323
run: |

0 commit comments

Comments
 (0)