Skip to content

Commit

Permalink
Update python_package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Jun 25, 2024
1 parent 1306f48 commit 929a511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@main
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -56,13 +56,13 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@main
with:
python-version: '3.x'
- name: Cache pip
uses: actions/cache@v4
uses: actions/cache@main
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 929a511

Please sign in to comment.