Skip to content

Commit

Permalink
specify python version in package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Weber authored and Lucas Weber committed Jun 5, 2024
1 parent b333205 commit 3c98086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.11'
- name: Update the package Version for testing
# https://stackoverflow.com/questions/54310050/how-to-version-build-artifacts-using-github-actions
run: |
Expand Down

0 comments on commit 3c98086

Please sign in to comment.