Skip to content

Commit

Permalink
fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 9, 2025
1 parent 91f16b7 commit c7ba60a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ on:
workflow_dispatch:

jobs:
py_build_tests:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
with:
python_version: "3.8"

unit_tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11" ]
python-version: [3.9, "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c7ba60a

Please sign in to comment.