diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-11 08:36:09 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-11 08:36:09 +0100 |
commit | 228392eaa231799321dc1512e1e4d753a90c3559 (patch) | |
tree | 6b46c5cc3671f0e1f4fcdab7e92050b3713d466c /.github/workflows/unittest.yml | |
parent | Add disable history button in GUI (diff) | |
download | gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.gz gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.bz2 gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.lz gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.xz gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.tar.zst gpt4free-228392eaa231799321dc1512e1e4d753a90c3559.zip |
Diffstat (limited to '.github/workflows/unittest.yml')
-rw-r--r-- | .github/workflows/unittest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 90558f09..96e274b1 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.12" cache: 'pip' - name: Install requirements run: pip install -r requirements.txt |