There was an error while loading. Please reload this page.
1 parent 472aaa2 commit f13872bCopy full SHA for f13872b
1 file changed
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
uses: neuronsimulator/nrn-modeldb-ci/.github/workflows/nrn-modeldb-ci.yaml@jelic/move_infra_to_gha
104
with:
105
# v1 is the latest stable wheel, while v2 is the currently-built wheel.
106
- # Note that v2 needs to at least contain an x86_64 Linux wheel since that is the platform that modelDB CI uses
+ # Note that v2 needs to at least contain an x86_64 Linux Python 3.9 wheel since that is the platform that modelDB CI uses
107
neuron_v1: neuron==${{ needs.get-latest-wheel-version.outputs.latest_version }}
108
neuron_v2: ${{ needs.merge-wheels.outputs.artifacts-url }}
109
# TODO remove this before merging
0 commit comments