Skip to content

Commit

Permalink
add right name on psutil job
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 10, 2024
1 parent feb280c commit 7643a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build Wheel of psutil
run: |
sudo apt install python3-virtualenv
- name: Build Wheel of pyproj
- name: Build Wheel of psutil
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build Wheel of psutil
run: |
sudo apt install python3-virtualenv
- name: Build Wheel of pyproj
- name: Build Wheel of psutil
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build Wheel of psutil
run: |
sudo apt install python3-virtualenv
- name: Build Wheel of pyproj
- name: Build Wheel of psutil
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7643a00

Please sign in to comment.