Skip to content

Commit

Permalink
change python version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Jan 9, 2025
1 parent 4248441 commit bdf5764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.15
python-version: 3.10
- name: Build ChipWhisperer
run: |
python -m pip install build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.15
python-version: 3.10
- name: Install chipwhisperer
run: |
pip install -e .
Expand Down

0 comments on commit bdf5764

Please sign in to comment.