Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanertopal committed Jul 13, 2023
1 parent c56fa3f commit 7311fd1
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 192 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches:
- main

env:
FLWR_TELEMETRY_ENABLED: 0

Expand All @@ -24,7 +24,12 @@ jobs:
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#hosted-tool-cache
# By not specifying the patch version it is ensured that a version available in
# the hosted tool cache is used
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [
3.7,
3.8,
# 3.9,
# 3.10
]
steps:
- uses: actions/checkout@v3
- name: Bootstrap
Expand Down
Loading

0 comments on commit 7311fd1

Please sign in to comment.