-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into reverse-proxy-ca-file
- Loading branch information
Showing
19 changed files
with
255 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ jobs: | |
- name: Set up pip cache | ||
if: >- | ||
steps.request-check.outputs.release-requested != 'true' | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].8 | ||
with: | ||
path: ${{ steps.pip-cache-dir.outputs.dir }} | ||
key: >- | ||
|
@@ -244,7 +244,7 @@ jobs: | |
run: >- | ||
echo "::set-output name=dir::$(pip cache dir)" | ||
- name: Set up pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].8 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: >- | ||
|
@@ -369,7 +369,7 @@ jobs: | |
run: >- | ||
echo "::set-output name=dir::$(pip cache dir)" | ||
- name: Set up pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].8 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: >- | ||
|
@@ -486,7 +486,7 @@ jobs: | |
run: >- | ||
echo "::set-output name=dir::$(pip cache dir)" | ||
- name: Set up pip cache | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].8 | ||
with: | ||
path: ${{ steps.pip-cache.outputs.dir }} | ||
key: >- | ||
|
@@ -658,27 +658,27 @@ jobs: | |
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 | ||
|
||
brew: | ||
runs-on: ${{ matrix.os }}-latest | ||
name: 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [macOS] | ||
python: ['3.10'] | ||
# max-parallel: 1 | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
- name: Brew | ||
run: | | ||
brew install ./helper/homebrew/develop/proxy.rb | ||
- name: Verify | ||
run: | | ||
proxy -h | ||
# brew: | ||
# runs-on: ${{ matrix.os }}-latest | ||
# name: 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }} | ||
# strategy: | ||
# matrix: | ||
# os: [macOS] | ||
# python: ['3.10'] | ||
# # max-parallel: 1 | ||
# fail-fast: false | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Setup Python | ||
# uses: actions/setup-python@v4 | ||
# with: | ||
# python-version: ${{ matrix.python }} | ||
# - name: Brew | ||
# run: | | ||
# brew install ./helper/homebrew/develop/proxy.rb | ||
# - name: Verify | ||
# run: | | ||
# proxy -h | ||
|
||
dashboard: | ||
runs-on: ${{ matrix.os }}-latest | ||
|
@@ -969,7 +969,7 @@ jobs: | |
- test | ||
- lint | ||
- dashboard | ||
- brew | ||
# - brew | ||
- developer | ||
- ghcr-latest | ||
- ghcr-openssl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.