From a10bb8401acce6dd312b8e39a0d95072b25439b7 Mon Sep 17 00:00:00 2001 From: Mitchel Baker Date: Fri, 26 Jul 2024 22:55:23 +0000 Subject: [PATCH] workflow adjustment --- .github/actions/setup-macos-dependencies/action.yml | 2 +- .github/actions/setup-windows-dependencies/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-macos-dependencies/action.yml b/.github/actions/setup-macos-dependencies/action.yml index f6a0ce34..af5084bc 100644 --- a/.github/actions/setup-macos-dependencies/action.yml +++ b/.github/actions/setup-macos-dependencies/action.yml @@ -24,7 +24,7 @@ runs: pip install -r requirements.txt pip install pytest pip uninstall numpy - pip install -y numpy==1.26.4 + pip install numpy==1.26.4 - name: Download OPA executable shell: bash diff --git a/.github/actions/setup-windows-dependencies/action.yml b/.github/actions/setup-windows-dependencies/action.yml index 05d25e6d..9ee62ebc 100644 --- a/.github/actions/setup-windows-dependencies/action.yml +++ b/.github/actions/setup-windows-dependencies/action.yml @@ -24,7 +24,7 @@ runs: pip install -r requirements.txt pip install pytest pip uninstall numpy - pip install -y numpy==1.26.4 + pip install numpy==1.26.4 - name: Download OPA executable shell: powershell