Skip to content

Commit 5b1d928

Browse files
hallvictoriaVictoria Hall
andauthored
fix: tests python 3.8 for base and fastapi (#53)
* tests 3.8 for base and fastapi * remove build tags for forks * test commit * test commit * test commit' * indentation --------- Co-authored-by: Victoria Hall <[email protected]>
1 parent abecaad commit 5b1d928

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

eng/ci/public-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ extends:
3636
compiled:
3737
enabled: true # still only runs for default branch
3838
runSourceLanguagesInSourceAnalysis: true
39+
settings:
40+
skipBuildTagsForGitHubPullRequests: $(System.PullRequest.IsFork)
3941

4042
stages:
4143
- stage: Build

eng/templates/official/jobs/base-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44

55
strategy:
66
matrix:
7+
python38:
8+
PYTHON_VERSION: '3.8'
79
python39:
810
PYTHON_VERSION: '3.9'
911
python310:

eng/templates/official/jobs/fastapi-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44

55
strategy:
66
matrix:
7+
python38:
8+
PYTHON_VERSION: '3.8'
79
python39:
810
PYTHON_VERSION: '3.9'
911
python310:

0 commit comments

Comments
 (0)