Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macOS-11]
python_version: [3.9]
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
python-version-file: pyproject.toml
cache: 'poetry'
- name: Install APT dependencies
if: runner.os == 'Linux'
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install poetry
pipx install poetry
python -m venv venv
source venv/bin/activate || source venv/Scripts/activate
poetry install
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
- name: Upload package
uses: actions/upload-artifact@v2-preview
with:
name: builds-${{ runner.os }}-py${{ matrix.python_version }}
name: builds-${{ runner.os }}
path: dist/aw-qt