Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 committed Dec 2, 2023
1 parent e473cd1 commit 567123c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- "main"
- "master"
schedule:
- cron: '0 1 * * *'

Expand All @@ -25,13 +25,12 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install python 3.10
- name: Install python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.9'
- name: Install requirements
run: |
pip install -r requirements.txt
pip install nuitka zstandard orderedset
python3 -m nuitka --onefile zircolite.py

0 comments on commit 567123c

Please sign in to comment.