Skip to content

Fix CI failing due to Python version #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 22, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.6.15'
- name: Unit tests
run: |
python3 setup.py install
Expand All @@ -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
./test-integration/run/run.sh ${{ matrix.test-type }} 1000 100 7