Skip to content

Commit

Permalink
fixed more code error typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-c-lopes committed Apr 11, 2024
1 parent 2a242bf commit 6478800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: install Dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]: then pip install -r requirements.txt: fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name:
run: |
cd /
Expand Down

0 comments on commit 6478800

Please sign in to comment.