Skip to content

Commit

Permalink
reverted t ov2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzani committed Dec 2, 2024
1 parent 42a6abb commit d77df36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
max-parallel: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Add conda to system path
Expand All @@ -24,7 +24,7 @@ jobs:
echo $GITHUB_PATH
- name: pip cache
uses: actions/cache@v3
uses: actions/cache@v2
id: cache
with:
path: /usr/share/miniconda/lib/python3.8/site-packages/*
Expand Down

0 comments on commit d77df36

Please sign in to comment.