Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
bump python version
  • Loading branch information
gamcil authored May 22, 2024
1 parent b07edfc commit fb44a31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
asset_content_type: application/octet-stream
pyinstall_cmd: python -m PyInstaller -F -n cblaster cblaster/gui/main.py
steps:
- uses: actions/checkout@v2
- name: Set up python 3.7
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: Set up python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit fb44a31

Please sign in to comment.