Skip to content

Commit 6e798cb

Browse files
authored
add python actions for OptimalTransport.jl
1 parent d388205 commit 6e798cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Downstream.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
- {user: JuliaOptimalTransport, repo: OptimalTransport.jl, group: All}
2424
steps:
2525
- uses: actions/checkout@v2
26+
# for OptimalTransport.jl
27+
- name: Install python
28+
uses: actions/setup-python@v2
29+
with:
30+
python-version: '3.9'
31+
architecture: ${{ matrix.arch }}
32+
# for OptimalTransport.jl
33+
- run: python -m pip install pot
2634
- uses: julia-actions/setup-julia@v1
2735
with:
2836
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)