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 9421201 commit 93b4d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
cd $GITHUB_WORKSPACE
pip install virtualenv
virtualenv venv
python -m pip install --upgrade pip wheel
source venv/bin/activate
pip install -r ./test/self_test_requirements.txt
cd $GITHUB_WORKSPACE
- name: Test Bot
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
cd $GITHUB_WORKSPACE
pip install virtualenv
virtualenv venv
python -m pip install --upgrade pip wheel
venv\Scripts\activate.bat
pip install -r ./test/self_test_requirements.txt
cd $GITHUB_WORKSPACE
- name: Test Bot
env:
EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}
Expand Down

0 comments on commit 93b4d0e

Please sign in to comment.