Skip to content

Commit

Permalink
GitHub funny 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MZshnik committed Jul 8, 2024
1 parent 11bf467 commit a0fcfc0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.12.3 ]
python-version: [ 3.12.x ]
steps:
- uses: actions/checkout@v4
- name: Starting Python ${{ matrix.python-version }}
Expand All @@ -23,8 +23,6 @@ jobs:
- name: unit test
run: |
cd tests
python --version
python -m unittest
cd ../
- name: build project
run: python -m build --sdist
# - name: build project
# run: python -m build --sdist

0 comments on commit a0fcfc0

Please sign in to comment.