Skip to content

Commit

Permalink
Merge branch 'master' into ml-evs/backoff_time
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Dec 6, 2022
2 parents dd70f2e + b5169a8 commit 4ba061f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
submodules: true

- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4ba061f

Please sign in to comment.