Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Sep 17, 2024
1 parent b5fd323 commit f1b8f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
py: ["3.12"]

steps:
- name: Check out repository
Expand All @@ -21,4 +21,4 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Run the program
run: uv run main.py
run: uv run -p ${{ matrix.py }} wotis

0 comments on commit f1b8f26

Please sign in to comment.