Browse Source

[ci] Remove failing py3.8 circleci check (#2796)

Harsh Gupta 3 years ago
parent
commit
79351e52c1
1 changed files with 0 additions and 14 deletions
  1. 0 14
      .circleci/config.yml

+ 0 - 14
.circleci/config.yml

@@ -296,24 +296,10 @@ workflows:
               ignore:
               ignore:
                 - master
                 - master
                 - py3-ci
                 - py3-ci
-      - build-py-38:
-          filters:
-            branches:
-              ignore:
-                - master
-                - py3-ci
       - commit:
       - commit:
           requires:
           requires:
             - build
             - build
-            - build-py-38
           filters:
           filters:
             branches:
             branches:
               only:
               only:
                 - /.*ci-commit-master.*/
                 - /.*ci-commit-master.*/
-  build-python3:
-    jobs:
-      - build-py-38:
-          filters:
-            branches:
-              only:
-                - py3-ci