We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0032786 commit aba0dc2Copy full SHA for aba0dc2
.github/workflows/ci-cd.yml
@@ -4,19 +4,6 @@ on: [push, pull_request]
4
5
permissions: {}
6
jobs:
7
- Unit_Tests_Py27:
8
- runs-on: ubuntu-20.04
9
- container:
10
- image: python:2.7.18-buster
11
- steps:
12
- - uses: actions/checkout@v4
13
- - name: Install dependencies
14
- run: |
15
- pip install -r test-requirements.txt -r requirements.txt
16
- - name: Test
17
18
- pytest
19
-
20
Unit_tests:
21
runs-on: ${{ matrix.os }}
22
timeout-minutes: 10
@@ -69,7 +56,7 @@ jobs:
69
56
if: github.event_name == 'push'
70
57
71
58
72
- needs: [Unit_tests, Mypy, Unit_Tests_Py27]
59
+ needs: [Unit_tests, Mypy]
73
60
strategy:
74
61
fail-fast: false
75
62
matrix:
0 commit comments