Skip to content

Commit

Permalink
use py3.8 for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jan 17, 2025
1 parent d48552c commit ff3bec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
node-version: '18.12.1'
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.8'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit ff3bec8

Please sign in to comment.