Skip to content

Commit

Permalink
Install specific Python version for a install-hyperonc.sh
Browse files Browse the repository at this point in the history
This version should be overriden by cibuildwheel to build specific
Python package, but still used to install Conan in install-hyperonc.sh.
  • Loading branch information
vsbogd committed Feb 12, 2024
1 parent 57dd31c commit 987669b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"

- run: |
echo "REF_NAME=${{github.ref_name}}" | tee -a $GITHUB_ENV
echo "EVENT_NAME=${{github.event_name}}" | tee -a $GITHUB_ENV
Expand Down

0 comments on commit 987669b

Please sign in to comment.