mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
try to fix python action
This commit is contained in:
21
.github/workflows/rust.yml
vendored
21
.github/workflows/rust.yml
vendored
@@ -75,23 +75,26 @@ jobs:
|
|||||||
components: clippy
|
components: clippy
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
run: cargo clippy --all
|
run: cargo clippy
|
||||||
|
|
||||||
python_tests:
|
python_tests:
|
||||||
name: 3.7 python tests sample
|
name: Python Tests 3.7
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt
|
|
||||||
|
|
||||||
- name: Setup python
|
- uses: actions/setup-python@v1
|
||||||
uses: actions/setup-python@v1
|
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: '3.x'
|
||||||
architecture: x64
|
architecture: 'x64'
|
||||||
- run: bash ci_scripts/run-python.sh
|
|
||||||
|
- name: Run tests
|
||||||
|
shell: bash
|
||||||
|
run: ci_scripts/run-python.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user