Skip to content

Commit

Permalink
Merge pull request #150 from ebmdatalab/fix-pipeline
Browse files Browse the repository at this point in the history
Use Ubuntu v20.04 and Python v3.6.15
  • Loading branch information
madwort authored Jan 23, 2025
2 parents 0e880fe + 3ea5112 commit ecb180e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

services:
postgres:
Expand Down Expand Up @@ -38,9 +38,9 @@ jobs:
path: euctr-tracker-data

- name: Install Python 3
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.6
python-version: "3.6.15"

- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ six==1.11.0
opentelemetry_api==1.9.1
opentelemetry-sdk==1.9.1
opentelemetry-exporter-otlp-proto-grpc==1.9.1
pyOpenSSL==22.0.0
cryptography==38.0.4

0 comments on commit ecb180e

Please sign in to comment.