-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1baab39
commit ed1c0ba
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,9 +34,10 @@ jobs: | |
python-version: ${{ matrix.python_version }} # TODO(tehrengruber): cache? | ||
- name: Install GT4Py | ||
run: | | ||
git clone https://github.com/GridTools/gt4py.git | ||
#git clone https://github.com/GridTools/gt4py.git | ||
git clone --branch fix_python_interp_path_in_cmake [email protected]:tehrengruber/gt4py.git | ||
cd gt4py | ||
git checkout 91307b10e2ca1edb76a72cd8a3bebdd66898da60 # TODO(tehrengruber): remove | ||
#git checkout 91307b10e2ca1edb76a72cd8a3bebdd66898da60 # TODO(tehrengruber): remove | ||
pip install -r requirements-dev.txt | ||
pip install . | ||
- uses: julia-actions/setup-julia@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters