mirror of
https://github.com/521xueweihan/GitHub520.git
synced 2025-12-24 13:37:57 +08:00
fix action bug
This commit is contained in:
3
.github/workflows/GitHub520.yml
vendored
3
.github/workflows/GitHub520.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user