Skip to content

Commit

Permalink
Add note about why oonipipeline has only 1 python version in the test…
Browse files Browse the repository at this point in the history
… matrix
  • Loading branch information
hellais committed Mar 17, 2024
1 parent 57b57bc commit ab5f34e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_oonipipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v3

# Contrary to oonidata, which is a tool for end users, oonipipeline
# targets a single python version to minimize the likelyhood of breakage
# in production.
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ab5f34e

Please sign in to comment.