From 7c51853df83f3c2c40c1fe5a5fbd9fab3819998a Mon Sep 17 00:00:00 2001 From: JeffreyChen <33644111+JE-Chen@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:31:40 +0800 Subject: [PATCH] Fix test name Fix test name --- .../workflows/re_edge_gpt_stable_python3_11_self_ubuntu.yml | 2 +- .../workflows/re_edge_gpt_stable_python3_11_self_windows.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/re_edge_gpt_stable_python3_11_self_ubuntu.yml b/.github/workflows/re_edge_gpt_stable_python3_11_self_ubuntu.yml index 8869a60..70b2d6f 100644 --- a/.github/workflows/re_edge_gpt_stable_python3_11_self_ubuntu.yml +++ b/.github/workflows/re_edge_gpt_stable_python3_11_self_ubuntu.yml @@ -27,7 +27,7 @@ jobs: pip install virtualenv virtualenv venv source venv/bin/activate - pip install -r requirements.txt + pip install -r ./test/self_test_requirements.txt - name: Test Bot env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }} diff --git a/.github/workflows/re_edge_gpt_stable_python3_11_self_windows.yml b/.github/workflows/re_edge_gpt_stable_python3_11_self_windows.yml index 3831ad9..287be3a 100644 --- a/.github/workflows/re_edge_gpt_stable_python3_11_self_windows.yml +++ b/.github/workflows/re_edge_gpt_stable_python3_11_self_windows.yml @@ -1,4 +1,4 @@ -name: ReEdgeGPT Self Test Ubuntu Python3.11 +name: ReEdgeGPT Self Test Windows Python3.11 on: push: @@ -27,7 +27,7 @@ jobs: pip install virtualenv virtualenv venv venv\Scripts\activate.bat - pip install -r requirements.txt + pip install -r ./test/self_test_requirements.txt - name: Test Bot env: EDGE_COOKIES: ${{ secrets.EDGE_COOKIES }}