This commit is contained in:
dignifiedquire
2019-09-18 20:07:46 +02:00
committed by holger krekel
parent 8c13771d6c
commit feb4dfc3af

View File

@@ -135,7 +135,7 @@ jobs:
working_directory: /mnt/crate working_directory: /mnt/crate
steps: steps:
- *restore-workspace - *restore-workspace
- *restore-cache-python - *restore-cache
- run: - run:
name: build docs, run tests and build wheels name: build docs, run tests and build wheels
command: ci_scripts/ci_run.sh command: ci_scripts/ci_run.sh
@@ -185,6 +185,9 @@ workflows:
test: test:
jobs: jobs:
- build_test_docs_wheel - build_test_docs_wheel
requires:
- cargo_fetch
- upload_docs_wheels: - upload_docs_wheels:
requires: requires:
- build_test_docs_wheel - build_test_docs_wheel