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
steps:
- *restore-workspace
- *restore-cache-python
- *restore-cache
- run:
name: build docs, run tests and build wheels
command: ci_scripts/ci_run.sh
@@ -185,6 +185,9 @@ workflows:
test:
jobs:
- build_test_docs_wheel
requires:
- cargo_fetch
- upload_docs_wheels:
requires:
- build_test_docs_wheel