mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 05:40:19 +00:00
dropped python 3.6 for PR worflows
This commit is contained in:
parent
87c3e8e091
commit
15908b1011
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
if echo $FILES | grep -q ".json"; then
|
if echo $FILES | grep -q ".json"; then
|
||||||
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.8\"}]}"
|
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.8\"}]}"
|
||||||
else
|
else
|
||||||
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.6\" },{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
|
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
|
||||||
fi
|
fi
|
||||||
build:
|
build:
|
||||||
needs: [getchange]
|
needs: [getchange]
|
||||||
|
|
Loading…
Reference in a new issue