Skip to content

Commit

Permalink
Merge 22e0734 into 34b372f
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 authored Apr 4, 2022
2 parents 34b372f + 22e0734 commit 51ba3c9
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 241 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
with:
poetry-version: 1.1.5
- name: Install Protoc
uses: arduino/setup-protoc@master
uses: arduino/setup-protoc@v1
with:
version: '3.19.4'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Python dependencies
uses: actions/cache@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
with:
poetry-version: 1.1.5
- name: Install Protoc
uses: arduino/setup-protoc@master
uses: arduino/setup-protoc@v1
with:
version: '3.19.4'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Python dependencies
uses: actions/cache@v2
Expand Down
Loading

0 comments on commit 51ba3c9

Please sign in to comment.