Skip to content

Commit

Permalink
self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 14, 2024
1 parent 451d65c commit 94bb332
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: '8'
LITERATE_PROC: '8'
JULIA_NUM_THREADS: '2'
ALLOWERRORS: 'false'
JULIA_CONDAPKG_BACKEND: 'Null'
Expand All @@ -23,7 +23,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 94bb332

Please sign in to comment.