Skip to content

Commit

Permalink
switch some ci run to default pythoncall backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 28, 2024
1 parent 350622c commit f964b55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-judi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@ jobs:
brew install llvm libomp
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9

- name: Set julia python
run: |
echo "PYTHON=$(which python3)" >> $GITHUB_ENV
echo "PYCALL_JL_RUNTIME_PYTHON=$(which python3)" >> $GITHUB_ENV
echo "JULIA_PYTHONCALL_EXE=$(which python3)" >> $GITHUB_ENV
echo "JULIA_CONDAPKG_BACKEND=\"Null\"" >> $GITHUB_ENV
- name: Build JUDI
uses: julia-actions/julia-buildpkg@latest

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FFTW = "1"
Flux = "0.12, 0.13, 0.14"
JOLI = "0.7, 0.8"
OrderedCollections = "1.5"
PythonCall = "0.9.23"
PythonCall = "0.9.21"
Requires = "1"
SegyIO = "0.7.7 - 0.8.5"
TimerOutputs = "0.5"
Expand Down

0 comments on commit f964b55

Please sign in to comment.