From 59fbb8bad08c6d94d5f8a353ef2c19f1b03f8e40 Mon Sep 17 00:00:00 2001 From: Till Ehrengruber Date: Sun, 23 Jun 2024 15:19:12 +0200 Subject: [PATCH] CI fixes (not done) --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9b10bb3..52857fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,14 +28,15 @@ jobs: - x64 steps: - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@v4 with: - python-version: ${{ matrix.python-version }} # TODO(tehrengruber): cache? + python-version: ${{ matrix.python_version }} # TODO(tehrengruber): cache? - name: Install GT4Py run: | git clone https://github.com/GridTools/gt4py.git cd gt4py + pip install -e requirements-dev.txt pip install . - uses: julia-actions/setup-julia@v1 with: