Skip to content

Commit

Permalink
fixed python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed Jul 11, 2024
1 parent e554d7f commit 6d76195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debiai-gui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.x"
python-version: "3.11"
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -35,6 +35,7 @@ jobs:
cp -r dist ../debiaiServer/dist
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r debiaiServer/requirements.txt
pip install setuptools wheel
- name: Build
Expand Down

0 comments on commit 6d76195

Please sign in to comment.