Skip to content

Commit

Permalink
Fix dreamberd install again
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 17, 2024
1 parent deeb5b5 commit f3bdedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dreamberd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "DISPLAY=:99" >> $GITHUB_ENV
- name: Install dependencies
run: |
pip install "git+https://github.com/JanEricNitschke/dreamberd-interpreter.git[input]"
pip install "dreamberd[input] @ git+https://github.com/JanEricNitschke/dreamberd-interpreter.git"
pip install pynput
export PYTHONUNBUFFERED=1
- name: Run
Expand Down

0 comments on commit f3bdedd

Please sign in to comment.