diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6704f2..8ff9adb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: jobs: unit-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.6.7' - name: Unit tests run: | python3 setup.py install @@ -49,4 +49,4 @@ jobs: pip install pytest pip install mock pip install boto3 - ./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7 \ No newline at end of file + ./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7