Skip to content

Commit

Permalink
TMP use nengo-bones:no-cache-hash branch
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jan 15, 2024
1 parent bc8f6e7 commit 20031a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PUBLIC_GH_TOKEN }}
steps:
- uses: nengo/nengo-bones/actions/setup@main
- uses: nengo/nengo-bones/actions/setup@no-cache-hash
with:
python-version: "3.9"
- name: Install pandoc
if: ${{ matrix.script == 'docs' }}
run: |
micromamba install pandoc
- uses: nengo/nengo-bones/actions/generate-and-check@main
- uses: nengo/nengo-bones/actions/run-script@main
- uses: nengo/nengo-bones/actions/generate-and-check@no-cache-hash
- uses: nengo/nengo-bones/actions/run-script@no-cache-hash
with:
name: ${{ matrix.script }}

0 comments on commit 20031a4

Please sign in to comment.