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 b10caf1 commit 3a349c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }} # TODO(tehrengruber): cache?
- name: Install GT4Py
run: |
git clone git@github.com:GridTools/gt4py.git
git clone https://github.com/GridTools/gt4py.git
cd gt4py
pip install .
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 3a349c8

Please sign in to comment.