Skip to content

Commit

Permalink
Tweak loadcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Jun 6, 2023
1 parent 1ac907e commit 36f386b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/loadcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: Run script loadcheck.py
run: |
pipenv shell
python .github/workflows/scripts/loadcheck.py
pipenv -m python3 .github/workflows/scripts/loadcheck.py
env:
TOKEN: ${{ secrets.DISCORD_TEST_BOT }}
CONNECTION_URI: ${{ secrets.CONNECTION_URI }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scripts/loadcheck.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
import subprocess
import sys
import time
Expand Down

0 comments on commit 36f386b

Please sign in to comment.