fix action bug

This commit is contained in:
xueweihan
2025-01-16 18:55:40 +08:00
parent 35bca0676d
commit 9dac025946

View File

@@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.9]
@@ -24,7 +24,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo python -m pip install --upgrade pip
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
- name: run script
run: |