Skip to content

Commit d151f56

Browse files
committed
Downgrade cache version
This is needed to make the PR pass its tests in CI. This requires the version to be updated back later in a separate PR.
1 parent 772528b commit d151f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: 24bab77d4d6070998d634a07f88aed6ea2378b25
13+
CONTRIB_REPO_SHA: 99d6a2d7987d0f2cdde04319627c86fc0a465351
1414

1515
jobs:
1616
build:
@@ -109,7 +109,7 @@ jobs:
109109
run: pip install -U tox
110110
- name: Cache tox environment
111111
# Preserves .tox directory between runs for faster installs
112-
uses: actions/cache@v2
112+
uses: actions/cache@v1
113113
with:
114114
path: .tox
115115
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core

0 commit comments

Comments
 (0)