Skip to content

Commit

Permalink
Replace deprecated command with environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo committed Apr 22, 2023
1 parent 046f675 commit f29587e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f29587e

Please sign in to comment.