generated from cvxgrp/simulator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cvxgrp/.github action to v2.2.3
- Loading branch information
1 parent
825be17
commit 2d8ecc0
Showing
4 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -8,33 +8,33 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
pdoc: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
test: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
jupyter: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
book: | ||
runs-on: "ubuntu-latest" | ||
|
@@ -44,4 +44,4 @@ jobs: | |
contents: write | ||
|
||
steps: | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 |
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 |
---|---|---|
|
@@ -16,8 +16,8 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 |
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 |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
|
||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 | ||
|
||
|
||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
- uses: cvxgrp/.github/actions/[email protected].3 |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Generate Tag | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
uses: cvxgrp/.github/actions/[email protected].3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|