Skip to content

Commit

Permalink
[FIX] -fixed bug in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 21, 2024
1 parent 7d3b2aa commit 408ec86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- python-version: "3.11"
cibw-string: "cp311-*"
- python-version: "3.12"
cibw-string: "cp311-*"
cibw-string: "cp311-*"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -131,7 +131,7 @@ jobs:
- name: Test with unittest
run: |
cd tests
# python -m unittest
python -m unittest
cd ..
# - name: Build with cibuildwheel
# run: |
Expand Down

0 comments on commit 408ec86

Please sign in to comment.