Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobHavtorn committed Feb 3, 2025
1 parent c88d9bc commit 11e5760
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ on:
- main
- develop

# Define matrix of Python versions (3.10, 3.11, 3.12)

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
Expand All @@ -19,7 +18,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Use matrix of Python versions (3.10, 3.11, 3.12)
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 11e5760

Please sign in to comment.