Skip to content

Commit

Permalink
Temporarily disable .env file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 30, 2024
1 parent 78cfd9b commit afc2fab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
with:
fetch-depth: 1

- name: Create a .env file
run: |
touch .env
echo "NUMBA_NRT_STATS=1" >> .env
echo "NUMBA_CAPTURED_ERRORS='new_style'" >> .env
# - name: Create a .env file
# run: |
# touch .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 afc2fab

Please sign in to comment.