Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 13, 2022. It is now read-only.
/zxipdb-pythonPublic archive

Commit11ed4b9

Browse files
authored
Update update.yml
1 parent08dc0b4 commit11ed4b9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

‎.github/workflows/update.yml‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ on:
1515
branches:[ main ]
1616
schedule:
1717
-cron:'0 12 10,25 * *'
18+
workflow_dispatch:
19+
inputs:
20+
logLevel:
21+
description:'Log level'
22+
required:true
23+
default:'warning'
1824

1925
jobs:
2026
Update:
@@ -24,7 +30,7 @@ jobs:
2430
fail-fast:false
2531
matrix:
2632
mysql-version:[8.0]
27-
python-version:[3.x]
33+
python-version:[3.9]
2834

2935
steps:
3036
-name:Checkout repository
@@ -41,14 +47,11 @@ jobs:
4147
-name:Create DB
4248
run:echo $(mysql -uroot -p123456 -e "CREATE DATABASE ipdata;")
4349

44-
-name:Set upPython
45-
uses:actions/setup-python@v2
50+
-name:InstallPython, pipenv and Pipfile packages
51+
uses:palewire/install-python-pipenv-pipfile@v2
4652
with:
4753
python-version:${{ matrix.python-version }}
4854

49-
-name:Install pipenv
50-
uses:dschep/install-pipenv-action@v1
51-
5255
-name:Update ipdata
5356
run:|
5457
chcp 65001

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp