Skip to content

Commit

Permalink
WIP: fix missing python distutils package
Browse files Browse the repository at this point in the history
  Removed in python 3.12
  • Loading branch information
taratatach committed Jul 8, 2024
1 parent 97954e7 commit 8e97658
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup python
run: pip install setuptools
- name: Setup CouchDB
id: setup-couchdb
uses: ./.github/actions/setup-couchdb
Expand Down Expand Up @@ -142,6 +144,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup python
run: pip install setuptools
- name: Setup CouchDB
id: setup-couchdb
uses: ./.github/actions/setup-couchdb
Expand Down Expand Up @@ -202,6 +206,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup python
run: pip install setuptools
- name: Setup CouchDB
id: setup-couchdb
uses: ./.github/actions/setup-couchdb
Expand Down Expand Up @@ -260,6 +266,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup python
run: pip install setuptools
- name: Install dependencies
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: yarn install:all
Expand Down

0 comments on commit 8e97658

Please sign in to comment.