We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reproject
1 parent 811402c commit 4faf341Copy full SHA for 4faf341
.github/workflows/ci.yml
@@ -8,7 +8,8 @@ on:
8
release:
9
10
env:
11
- PYTHON: ""
+ # `reproject=0.5` is not compatible with Python >= 3.8
12
+ PYTHON: "python3.7"
13
14
jobs:
15
test:
test/runtests.jl
@@ -4,9 +4,8 @@ using Conda, PyCall
4
using FITSIO, WCS
5
using SHA: sha256
6
7
-ENV["PYTHON"]=""
Conda.add_channel("astropy")
-Conda.add("reproject")
+Conda.add("reproject=0.5")
rp = pyimport("reproject")
astropy = pyimport("astropy")
0 commit comments