Skip to content

Commit

Permalink
fixed error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zibiax committed Apr 22, 2024
1 parent dde1d69 commit 8bab04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

run: |
pytest
python -c 'import os; import test_draftgpt; test_draftgpt.draft_gpt(os.getenv("MESSAGE_LINK"), os.getenv("SLACK_TOKEN))'
python -c 'import os; import test_draftgpt; test_draftgpt.draft_gpt(os.getenv("MESSAGE_LINK"), os.getenv("SLACK_TOKEN"))'
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8bab04c

Please sign in to comment.