Skip to content

Bump apache-airflow from 2.3.2 to 2.9.2 #46

Bump apache-airflow from 2.3.2 to 2.9.2

Bump apache-airflow from 2.3.2 to 2.9.2 #46

Workflow file for this run

name: e2e-tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install magniv from branch
run: |
python -m pip install --upgrade pip
pip install .
- name: Checkout testing repo
uses: actions/checkout@master
with:
repository: MagnivOrg/magniv-repo-for-testing
- name: Magniv build
run: |
magniv-cli build
- name: Magniv export
run: |
magniv-cli export