Skip to content

Commit

Permalink
Set NRN_PYTHON explicitly for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 4, 2024
1 parent 276798d commit e74c291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-neuron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ jobs:
with:
python-version: ${{ env.MACOSX_PY_VERSION }}

- if: ${{matrix.os.container}} == 'fedora:latest'
name: Set NRN_PYTHON
run: echo "NRN_PYTHON=$(command -v python3)" >> "${GITHUB_ENV}"

# Checkout the repository; do this before the privilege step so that we
# can chown the result there
- name: Checkout NEURON
Expand Down

0 comments on commit e74c291

Please sign in to comment.