Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 authored May 22, 2024
1 parent f488b7d commit 5e0c0d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest
python-version: ["3.11", "3.10"]
python-version: ["3.10"] # For speeding up the process we removed "3.11" for now
steps:
- uses: actions/checkout@v4
with: # no need for the history
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest
python-version: ["3.11", "3.10"]
python-version: ["3.10"] # For speeding up the process we removed "3.11" for now
steps:
- uses: actions/checkout@v4
with: # no need for the history
Expand All @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # For demonstration, other OSes are commented out: macos-latest, windows-latest
python-version: ["3.11", "3.10"]
python-version: ["3.10"] # For speeding up the process we removed "3.11" for now
steps:
- uses: actions/checkout@v4
with: # no need for the history
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
shell: bash
- name: Run mypy
run: poetry run mypy .
shell: bash
shell: bash

0 comments on commit 5e0c0d1

Please sign in to comment.