Skip to content

Commit

Permalink
Update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
KerekesDavid committed Sep 10, 2024
1 parent 4b7ef2d commit f0a55f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Create environment with mamba
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
channels: pytorch, nvidia, conda-forge
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Set cache date
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: /usr/share/miniconda/envs/gfm-bench8
key: conda-${{ hashFiles('environment.yaml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
Expand Down

0 comments on commit f0a55f9

Please sign in to comment.