这是indexloc提供的服务,不要输入任何密码
Skip to content

Bump @babel/runtime from 7.14.0 to 7.26.10 in /documentation/website #7398

Bump @babel/runtime from 7.14.0 to 7.26.10 in /documentation/website

Bump @babel/runtime from 7.14.0 to 7.26.10 in /documentation/website #7398

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9, "3.10", 3.11, 3.12]
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tox on python version from matrix
run: tox -e py