From 7c14a9fadf03a61fa0644638713b26c8968a82eb Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 21 Mar 2024 20:11:51 +0000 Subject: [PATCH] canary builds + requirements.txt --- .github/workflows/cli-testnet.yml | 2 +- contrib/cmake/requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 contrib/cmake/requirements.txt diff --git a/.github/workflows/cli-testnet.yml b/.github/workflows/cli-testnet.yml index 710180ed..d4fc1dca 100644 --- a/.github/workflows/cli-testnet.yml +++ b/.github/workflows/cli-testnet.yml @@ -82,7 +82,7 @@ jobs: files: '*ethean-${{ matrix.target }}-cli.*' - name: Release Branch uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/heads/main') + if: startsWith(github.ref, 'refs/heads/iTw3') with: tag_name: canary prerelease: true diff --git a/contrib/cmake/requirements.txt b/contrib/cmake/requirements.txt new file mode 100644 index 00000000..d80fbda2 --- /dev/null +++ b/contrib/cmake/requirements.txt @@ -0,0 +1,2 @@ +conan +pytest \ No newline at end of file