Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Apr 27, 2024
1 parent 4ae17b6 commit 1103d18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
Expand Down Expand Up @@ -132,7 +131,7 @@ jobs:
tox.ini
- name: Install pip
run: python -m pip install --upgrade --disable-pip-version-check "pip>=21.1"
run: python -m pip install --upgrade --disable-pip-version-check pip

- run: make setup-ci

Expand Down

0 comments on commit 1103d18

Please sign in to comment.