Skip to content

Commit

Permalink
python-version: "3.12"
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 16, 2024
1 parent c62f259 commit 8fa47dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
workflow_dispatch:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: [3.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"
- run: |
cd maxdiff
python3 tests/test.py
Expand Down

0 comments on commit 8fa47dd

Please sign in to comment.