From 41eac3161519e47484cdc73d3982f9a1dd548156 Mon Sep 17 00:00:00 2001 From: jongwooo Date: Sat, 22 Apr 2023 23:05:36 +0900 Subject: [PATCH] Replace deprecated command with environment file --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ebeb98..8c720ef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: id: pip-cache run: | python -m pip install --upgrade pip wheel - echo "::set-output name=dir::$(pip cache dir)" + echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Install linter run: | pip install flake8 @@ -117,7 +117,7 @@ jobs: id: pip-cache run: | python -m pip install --upgrade pip wheel - echo "::set-output name=dir::$(pip cache dir)" + echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - name: Install weather-tools run: | pip install -e .[test] --use-deprecated=legacy-resolver