Skip to content

Commit

Permalink
python -m でやってみる
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Feb 21, 2024
1 parent ad9442c commit a55de4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
- run: pip install setuptools wheel
- run: pip install -r requirements-dev.lock
- 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,8 +132,8 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
cache: "pip"
- run: pip install setuptools wheel
- run: pip install -r requirements-dev.lock
- run: python -m pip install setuptools wheel
- run: python -m pip install -r requirements-dev.lock
- run: python run.py
- run: python -m build

Expand Down

0 comments on commit a55de4f

Please sign in to comment.