Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: RitheeshBaradwaj <[email protected]>
  • Loading branch information
RitheeshBaradwaj committed Sep 11, 2023
1 parent d6f2d9b commit 544a3b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Build
name: Race Game Build

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_race.txt
pip install pyinstaller
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_deepgaze.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Build
name: Gesture App Build

on:
push:
Expand Down
1 change: 1 addition & 0 deletions requirements_race.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pygame==2.5.1

0 comments on commit 544a3b1

Please sign in to comment.