Skip to content

Commit

Permalink
update env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 29, 2024
1 parent 75ccf31 commit 78d01ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ concurrency:
env:
NIXTLA_API_KEY: ${{ secrets.NIXTLA_DEV_API_KEY }}
NIXTLA_BASE_URL: ${{ secrets.NIXTLA_DEV_BASE_URL }}
NIXTLA_API_KEY_CUSTOM: ${{ secrets.NIXTLA_DEV_API_KEY }}
NIXTLA_BASE_URL_CUSTOM: ${{ secrets.NIXTLA_DEV_BASE_URL }}
NIXTLA_API_KEY_CUSTOM: ${{ secrets.NIXTLA_API_KEY_CUSTOM }}
NIXTLA_BASE_URL_CUSTOM: ${{ secrets.NIXTLA_BASE_URL_CUSTOM }}
API_KEY_FRED: ${{ secrets.API_KEY_FRED }}

jobs:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
run: pip install uv && uv pip install --system ".[dev]"

- name: Run tests
run: nbdev_test --timing --do_print --n_workers 0 --skip_file_re "computing_at_scale|distributed"
run: nbdev_test --timing --do_print --n_workers 0 --skip_file_re "computing_at_scale|distributed"

0 comments on commit 78d01ec

Please sign in to comment.