summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-14 18:02:07 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-14 18:02:07 -0700
commit5316180394d48d9877cda0cb3d7c3c6de9995d12 (patch)
tree623643d1e0640ab545062b8c2fb7adbf7b80551c /.github
parent03bb87b565af7b77e888f8232a95bb38ded5bbd2 (diff)
downloadsncontinue-5316180394d48d9877cda0cb3d7c3c6de9995d12.tar.gz
sncontinue-5316180394d48d9877cda0cb3d7c3c6de9995d12.tar.bz2
sncontinue-5316180394d48d9877cda0cb3d7c3c6de9995d12.zip
fix: :bug: fix huggingface tgi
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index fe433ecb..de17dd8d 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: "3.10.8"
- name: Install dependencies
run: |
@@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: "3.10.8"
- name: Install Pyinstaller
run: |