Skip to content

Commit

Permalink
testing again only 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 b2abdfb commit be91556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '>=3.9.10 <3.9.12'
python-version: '3.9.10'
- name: Install ubuntu dependencies
shell: bash -el {0}
run: |
Expand Down

0 comments on commit be91556

Please sign in to comment.