Skip to content

Commit

Permalink
pip をダウングレードする以外の変更を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Feb 21, 2024
1 parent fb52c06 commit d885ac8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
- run: python -m pip install setuptools wheel
- run: python -m pip install -r requirements-dev.lock
- run: |
sudo apt-get update
sudo apt-get -y install libva-dev libdrm-dev
Expand Down Expand Up @@ -132,11 +126,9 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
- run: python -m pip install pip==23.3.2
- run: python -m pip --version
- run: pip install pip==23.3.2
- run: pip --version
- run: python -m pip install setuptools wheel
- run: python -m pip install -r requirements-dev.lock
- run: pip install -r requirements-dev.lock
- run: python run.py
- run: python -m build

Expand Down

0 comments on commit d885ac8

Please sign in to comment.