Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JE-Chen committed Feb 19, 2024
1 parent a4e2e8f commit 85b1d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
virtualenv venv
python -m pip install --upgrade pip wheel
source venv/bin/activate
ls
pip install -r /test/self_test_requirements.txt
- name: Test Bot
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
virtualenv venv
python -m pip install --upgrade pip wheel
venv\Scripts\activate.bat
ls
pip install -r /test/self_test_requirements.txt
- name: Test Bot
env:
Expand Down

0 comments on commit 85b1d5d

Please sign in to comment.