Skip to content

Commit

Permalink
self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 13, 2024
1 parent bcc25ed commit 09a4a61
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 @@ -12,8 +12,8 @@ concurrency:
cancel-in-progress: true

env:
NBCONVERT_JOBS: '2'
LITERATE_PROC: '2'
NBCONVERT_JOBS: '6'
LITERATE_PROC: '6'
JULIA_NUM_THREADS: '2'
ALLOWERRORS: 'false'
NBCACHE: '.cache'
Expand All @@ -22,7 +22,7 @@ env:

jobs:
CI:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 09a4a61

Please sign in to comment.