Skip to content

Commit

Permalink
Wait publishing to pypi test (#17843)
Browse files Browse the repository at this point in the history
* Wait publishing to pypi test

* Fix CI pip cache restore warning

* Fix homebrew formula warning
  • Loading branch information
perseoGI authored Feb 25, 2025
1 parent 1ac69d3 commit 9bf7442
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('**/requirements_runner*.txt') }}

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy to TestPyPI
if: github.ref == 'refs/heads/develop2'
needs: [linux_suite, osx_suite, windows_suite]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install meson
- name: Uninstall default CMake
run: brew uninstall cmake || true
run: brew uninstall --formula cmake || true

- name: Cache Homebrew packages
id: cache-brew
Expand Down

0 comments on commit 9bf7442

Please sign in to comment.