Skip to content

Commit 9066e73

Browse files
committed
chore: remove requirements.txt
Signed-off-by: Devin Buhl <devin@buhl.casa>
1 parent b20e6c7 commit 9066e73

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/e2e.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3535

36-
- name: Install dependencies
37-
run: mise run deps
38-
3936
- name: Run init task
4037
run: task init
4138

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ There are **5 stages** outlined below for completing this project, make sure you
6363
```sh
6464
mise trust
6565
mise install
66-
mise run deps
6766
```
6867

6968
📍 _**Having trouble installing the tools?** Try unsetting the `GITHUB_TOKEN` env var and then run these commands again_

0 commit comments

Comments
 (0)