Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
removed unnecessary services
Browse files Browse the repository at this point in the history
bumped python version
  • Loading branch information
DonHaul committed Jul 8, 2024
1 parent d2e4647 commit 3081f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
PYTHON_VERSION: 3.8.16
PYTHON_VERSION: 3.11.9
AIRFLOW_HOME: /home/runner/work/airflow-dags/airflow-dags
REGISTRY: registry.cern.ch
IMAGE: cern-sis/airflow
Expand Down Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.8.16
python-version: 3.11.9

- name: Run services on docker compose
run: docker compose up -d postgres redis sftp ftp s3 create_buckets
run: docker compose up -d postgres redis s3 create_buckets

- name: List services for IT Tests
run: docker ps
Expand Down

0 comments on commit 3081f4f

Please sign in to comment.