Skip to content

Commit

Permalink
modify python version for weekly test
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv committed Jan 25, 2024
1 parent 08ffcd5 commit a8f668a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/weekly-tests-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ on:
- cron: "0 5 * * 0" # 5:00, every Sunday
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Trigger the workflow on pull request activity
pull_request:
branches: [ dev ]

jobs:
get-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: cache weekly timestamp
id: pip-cache
run: |
Expand Down Expand Up @@ -47,10 +50,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: cache weekly timestamp
id: pip-cache
run: |
Expand Down

0 comments on commit a8f668a

Please sign in to comment.