forked from fetchai/agents-aea
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea20b9d
commit 80c8d00
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,15 @@ jobs: | |
python-version: ${{ matrix.python_version }} | ||
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.23.4' | ||
go-version: '1.20.0' | ||
- if: matrix.os == 'macos-latest-large' | ||
name: Install dependencies (macos-latest-large) | ||
env: | ||
CGO_CFLAGS: "-g0 -O2" | ||
CGO_LDFLAGS: "-g0 -O2" | ||
run: | | ||
echo "CGO_CFLAGS=${CGO_CFLAGS}" | ||
echo "CGO_LDFLAGS=${CGO_LDFLAGS}" | ||
pip install tomte[tox]==0.2.13 | ||
brew install gcc | ||
# brew install protobuf | ||
|
@@ -51,10 +56,6 @@ jobs: | |
ipfs init | ||
mkdir ~/.config/solana | ||
echo "[6,206,143,203,220,22,227,247,237,23,114,181,56,70,53,98,224,64,192,221,134,115,153,146,252,81,8,41,237,224,225,176,195,11,129,62,207,146,39,47,172,98,101,87,102,166,105,202,33,169,134,76,27,149,148,68,4,15,215,47,196,227,216,48]" > ~/.config/solana/id.json | ||
- name: Plugin unit tests | ||
run: | | ||
tox -e plugins-py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling' | ||
- name: Packages unit tests | ||
run: | | ||
tox -e packages-py${{ matrix.python_version }} -- -m 'not integration and not unstable and not profiling' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters