RELEASE: Version 1.0 #3

Merged
luketainton merged 14 commits from develop into main 2022-06-25 23:27:02 +02:00
Showing only changes of commit 31435b51ec - Show all commits

View File

@ -95,7 +95,7 @@ jobs:
- name: Setup Python ${{ matrix.python-version }} - name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.10 python-version: "3.10"
# - name: Install dependencies # - name: Install dependencies
# run: pip install -r requirements.txt && pip install -r requirements-dev.txt # run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Install build dependencies - name: Install build dependencies