Skip to content

Commit

Permalink
CI fixes (not done)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber committed Jun 23, 2024
1 parent 3a349c8 commit 59fbb8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59fbb8b

Please sign in to comment.