Skip to content

Commit

Permalink
Explicitly install setuptools etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jun 16, 2023
1 parent 7a4f884 commit 30b7209
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: Continuous Integration
name: CI

on:
push:
Expand Down Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Install mbtest ${{ matrix.mbtest-version }}
env:
MBTEST_VERSION: ${{ matrix.mbtest-version }}
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Install mbtest ${{ matrix.mbtest-version }}
env:
MBTEST_VERSION: ${{ matrix.mbtest-version }}
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Install mbtest ${{ matrix.mbtest-version }}
env:
MBTEST_VERSION: ${{ matrix.mbtest-version }}
Expand Down Expand Up @@ -137,8 +137,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Install and Start Colima
run: |
if [[ "${{ matrix.os }}" == *"macos"* ]]
Expand Down Expand Up @@ -179,8 +179,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Install mbtest ${{ matrix.mbtest-version }}
env:
MBTEST_VERSION: ${{ matrix.mbtest-version }}
Expand All @@ -206,8 +206,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
run: pip install tox~=3.0
- name: Install build tools
run: python3 -m pip install --upgrade pip setuptools wheel tox~=3.0
- name: Check format
run: tox -e check-format
- name: Lint
Expand Down

0 comments on commit 30b7209

Please sign in to comment.