From 30870bec547ee2b6aeddaad8e2e73cf3fac7f4ab Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sun, 27 Apr 2025 15:46:18 +0100 Subject: [PATCH] PIP cache on Updating Currencies Add caching for currencies update --- .github/workflows/update-currencies/requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/update-currencies/requirements.txt diff --git a/.github/workflows/update-currencies/requirements.txt b/.github/workflows/update-currencies/requirements.txt new file mode 100644 index 00000000..f2293605 --- /dev/null +++ b/.github/workflows/update-currencies/requirements.txt @@ -0,0 +1 @@ +requests