Skip to content

Commit

Permalink
Fix CI script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BasicWolf committed Oct 24, 2024
1 parent 7115d5f commit f5ebf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.13"

- name: "Install Dependencies"
run: pip install -r requirements.txt
run: pip install -r requirements.dev.txt

- name: "Build"
run: make build

0 comments on commit f5ebf9a

Please sign in to comment.