Skip to content

Commit

Permalink
pip のアップデートはしない、キャッシュ消す
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 19, 2024
1 parent 3305397 commit 5b0af97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
# cache: "pip"
# windows では wheel が見当たらずエラーになるため wheel をインストールする
- run: pip install -upgrade pip
- run: pip install wheel setuptools
- run: pip install -r requirements-dev.lock
- run: python run.py
Expand Down

0 comments on commit 5b0af97

Please sign in to comment.