提交 4e46e00f 编写于 作者: K Kentaro Wada

Use actions/checkout@v2 in ci.yml

上级 c8c60dbf
......@@ -28,18 +28,15 @@ jobs:
PYTEST_QT_API: pyqt4v2
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: true
- uses: goanpeca/setup-miniconda@v1
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Update submodules
shell: bash -l {0}
run: |
git submodule update --init --recursive
- name: Install system dependencies
shell: bash -l {0}
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册