Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj-s15 authored Dec 10, 2023
1 parent 06c09a1 commit 7c9a224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
chmod +x ./scripts/developmet/dev_setup_openai.sh
bash scripts/developmet/dev_setup_openai.sh
chmod +x scripts/development/dev_setup_openai.sh
bash scripts/development/dev_setup_openai.sh
- name: Black Check
# You may pin to the exact commit or the version.
# uses: jpetrucciani/black-check@d67cebf5183542e6b451c9340e0c0a55145ac242
Expand Down

0 comments on commit 7c9a224

Please sign in to comment.