Skip to content

Commit

Permalink
cicd: use py3.8 in python package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmngreco committed Mar 24, 2023
1 parent 1011ce9 commit 18b8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# if: github.event_name == 'release' && github.event.action == 'created'
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.8'
- name: Create env
run: make venv
- name: Install dependencies
Expand Down

0 comments on commit 18b8ceb

Please sign in to comment.