Skip to content

Commit

Permalink
Fix install server command
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelucena committed Oct 4, 2024
1 parent 0e670ca commit a13a58e
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 @@ -121,7 +121,7 @@ jobs:

# Server
- name: Install server
run: cd server && python -m pip install --editable /
run: cd server && python -m pip install --editable .

# Client
- name: Install client
Expand Down

0 comments on commit a13a58e

Please sign in to comment.