Skip to content

Commit

Permalink
Cmon github expand the damn variable!
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 4, 2024
1 parent 1930073 commit 85c76b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
- name: Test manylinux Wheel with Python ${{ matrix.python_version }}
run: |
set -eux
dotless_version="$(echo "${matrix.python_version}" | tr -d '.')"
dotless_version="$(echo "${{ matrix.python_version }}" | tr -d '.')"
find ${{ github.workspace }} -name "*cp${dotless_version}-manylinux*.whl" -exec bash packaging/test_wheel.bash python${{ matrix.python_version }} {} \;

0 comments on commit 85c76b9

Please sign in to comment.