Skip to content

Commit

Permalink
escape env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 30, 2024
1 parent e1d4adb commit 78cfd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Create a .env file
run: |
touch .env
echo NUMBA_NRT_STATS=1 >> .env
echo NUMBA_CAPTURED_ERRORS='new_style' >> .env
echo "NUMBA_NRT_STATS=1" >> .env
echo "NUMBA_CAPTURED_ERRORS='new_style'" >> .env
- name: Install base codex-africanus
run: pipenv install .[testing]
Expand Down

0 comments on commit 78cfd9b

Please sign in to comment.