From 441802525be02268d8167d759694f07c9459a6d4 Mon Sep 17 00:00:00 2001 From: jnicoulaud-ledger <102984500+jnicoulaud-ledger@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:46:48 +0200 Subject: [PATCH] ci: add missing pip cache (#26) * ci: add missing pip cache * ci: changing a descriptor to test * ci: add requirements file * ci: revert descriptor change --- .github/requirements.txt | 1 + .github/workflows/master.yml | 1 + .github/workflows/pull_request.yml | 1 + 3 files changed, 3 insertions(+) create mode 100644 .github/requirements.txt diff --git a/.github/requirements.txt b/.github/requirements.txt new file mode 100644 index 00000000..19ca4506 --- /dev/null +++ b/.github/requirements.txt @@ -0,0 +1 @@ +erc7730 \ No newline at end of file diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8b7b20d6..66890739 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,6 +28,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' + cache: 'pip' - name: Login to Ledger JFrog timeout-minutes: 10 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7d3d1a69..e6782c7b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,6 +38,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' + cache: 'pip' - name: Login to Ledger JFrog timeout-minutes: 10