We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772528b commit d151f56Copy full SHA for d151f56
.github/workflows/test.yml
@@ -10,7 +10,7 @@ env:
10
# Otherwise, set variable to the commit of your branch on
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
# changes.
13
- CONTRIB_REPO_SHA: 24bab77d4d6070998d634a07f88aed6ea2378b25
+ CONTRIB_REPO_SHA: 99d6a2d7987d0f2cdde04319627c86fc0a465351
14
15
jobs:
16
build:
@@ -109,7 +109,7 @@ jobs:
109
run: pip install -U tox
110
- name: Cache tox environment
111
# Preserves .tox directory between runs for faster installs
112
- uses: actions/cache@v2
+ uses: actions/cache@v1
113
with:
114
path: .tox
115
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core
0 commit comments