Skip to content

Commit

Permalink
ci: fix pip op
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Feb 15, 2025
1 parent a3f53c6 commit bf82775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
source venv/bin/activate
- name: Install pip
run: |
pip3 install -U pip
python3 -m pip install -U pip
- name: Get pip cache
id: pip-cache
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
${{ runner.os }}-pip-
- name: Setup cached item
run: |
pip3 install -r requirements.txt
python3 -m pip install -r requirements.txt
- name: Setup Vim
id: 'vim'
uses: thinca/action-setup-vim@v2
Expand Down

0 comments on commit bf82775

Please sign in to comment.