Skip to content

Commit

Permalink
fix: resolve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
keivanipchihagh committed Mar 19, 2024
1 parent a949e5a commit 478c88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: ⚒️ Build api-scheme
run: |
make build
run: |
make build

0 comments on commit 478c88e

Please sign in to comment.