Skip to content

Commit

Permalink
Fix main.yml to not rely on requirements.txt (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi authored Nov 10, 2023
1 parent c4b6a01 commit 12a7cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
- name: Run main.py with input
run: |
Expand Down

0 comments on commit 12a7cf3

Please sign in to comment.