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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9]
|
python-version: [3.9]
|
||||||
@@ -24,7 +24,6 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo python -m pip install --upgrade pip
|
|
||||||
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
|
||||||
- name: run script
|
- name: run script
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user