Skip to content

Commit

Permalink
Update unit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim authored Oct 25, 2023
1 parent f759729 commit 25dc6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
python-version: ['3.6.15', '3.9.18', '3.12.0']
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: ['3.6.15']
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 25dc6fd

Please sign in to comment.