Skip to content

Commit

Permalink
testing python 3.9.10 and ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 17, 2024
1 parent 6c8824a commit b2abdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
python-version: ['3.9.10']

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '>=3.9.10 <3.9.12'
- name: Install ubuntu dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit b2abdfb

Please sign in to comment.