ci: move remote python tests from CircleCI to GitHub Actions

This commit is contained in:
link2xt
2021-04-11 04:48:14 +03:00
committed by link2xt
parent f0bd129636
commit ce4675e9f7
2 changed files with 20 additions and 11 deletions

View File

@@ -35,12 +35,6 @@ jobs:
- py-docs
- wheelhouse
remote_tests_python:
machine: true
steps:
- checkout
- run: ci_scripts/remote_tests_python.sh
upload_docs_wheels:
machine: true
steps:
@@ -55,11 +49,6 @@ workflows:
test:
jobs:
- remote_tests_python:
filters:
tags:
only: /.*/
- remote_python_packaging:
filters:
branches: