Skip to content

Commit

Permalink
f macos
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed May 15, 2024
1 parent ec773f1 commit 781d00f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -678,24 +678,24 @@ jobs:
include:
- project: "common"
python-version: "3.8"
os: "macos"
os-version: "13"
tox-filters: "py38"
os: "macos-latest"
# os-version: "13"
tox-envs: "py38"
- project: "client"
python-version: "3.8"
os: "macos"
os-version: "13"
tox-filters: "py38"
os: "macos-latest"
# os-version: "13"
tox-envs: "py38"
- project: "server"
python-version: "3.8"
os: "macos"
os-version: "13"
tox-filters: "py38"
os: "macos-latest"
# os-version: "13"
tox-envs: "py38"
- project: "web"
python-version: "3.8"
os: "macos"
os-version: "13"
tox-filters: "py38"
os: "macos-latest"
# os-version: "13"
tox-envs: "py38"

env:
PY_COLORS: 1
Expand All @@ -715,14 +715,14 @@ jobs:
python -VV
python -m site
python -m pip install --upgrade pip setuptools wheel tox
- name: "Run tox targets for ${{ matrix.project }} (${{ matrix.tox-filters }}) with ${{ matrix.python-version }} on ${{ matrix.os }}"
- name: "Run tox targets for ${{ matrix.project }} (${{ matrix.tox-envs }}) with ${{ matrix.python-version }} on ${{ matrix.os }}"
shell: "bash"
run: |
set -xe -o nounset
source .ci/set-index-env.sh
cd $PROJECT
python -m tox -a -vv
PIP_PRE=1 python -m tox -v -f ${{ matrix.tox-filters }} -- -v --color=yes
PIP_PRE=1 python -m tox -v -e ${{ matrix.tox-envs }} -- -v --color=yes
mypy-tests:
if: ${{ false && (github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'actions')) }}
Expand Down

0 comments on commit 781d00f

Please sign in to comment.