Skip to content

Commit

Permalink
feat(backend): dbm python3.10依赖升级 #3901
Browse files Browse the repository at this point in the history
  • Loading branch information
ygcyao authored and zhangzhw8 committed Apr 10, 2024
1 parent 2bef560 commit f244e38
Show file tree
Hide file tree
Showing 8 changed files with 719 additions and 989 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
runs-on: ubuntu-20.04
env:
OS: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.10"]
PYTHON: "3.10"
services:
# Label used to access the service container
redis:
Expand All @@ -39,9 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Save Python version
run: echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
python-version: "3.10"
- name: Setup Mysql
run: |
sudo systemctl start mysql.service
Expand Down
1 change: 0 additions & 1 deletion dbm-ui/bin/environ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ export BK_IAM_SKIP=true
export DBA_APP_BK_BIZ_ID=0
export DB_NAME="bk_dbm"
export REPORT_DB_NAME="bk_dbm_report"
export PYTHON_VERSION="${PYTHON_VERSION:-3.6}"
Loading

0 comments on commit f244e38

Please sign in to comment.