Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Apr 20, 2023
1 parent 2699f71 commit 6ec50ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
matrix:
include:
- python-version: '3.8'
- python-version: '3.8.10'
test_number: 0
engine: no
translator: yes
desc: "no engine"
- python-version: '3.8'
- python-version: '3.8.10'
test_number: 1
desc: "no translator"
engine: yes
Expand Down

0 comments on commit 6ec50ef

Please sign in to comment.