Skip to content

Commit

Permalink
fix CI deps
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Aug 5, 2024
1 parent ae3a63a commit 49a127a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ concurrency:
cancel-in-progress: true

jobs:
# detect-python-versions:
# runs-on: ubuntu-latest
# outputs:
# python-versions: ${{ env.python_versions }}
# steps:
# - name: Set Python versions for run
# run: |
# if [[ ${{ github.event_name }} == "schedule" ]]; then
# echo "python_versions=[\"3.8\",\"3.9\",\"3.10\",\"3.11\",\"3.12\"]" >> $GITHUB_ENV
# else
# echo "python_versions=[\"3.9\", \"3.12\"]" >> $GITHUB_ENV
# fi
detect-python-versions:
runs-on: ubuntu-latest
outputs:
python-versions: ${{ env.python_versions }}
steps:
- name: Set Python versions for run
run: |
if [[ ${{ github.event_name }} == "schedule" ]]; then
echo "python_versions=[\"3.8\",\"3.9\",\"3.10\",\"3.11\",\"3.12\"]" >> $GITHUB_ENV
else
echo "python_versions=[\"3.9\", \"3.12\"]" >> $GITHUB_ENV
fi
# build:
# needs:
Expand Down

0 comments on commit 49a127a

Please sign in to comment.