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.
2 parents 55fe6eb + 304c810 commit ef6f8a1Copy full SHA for ef6f8a1
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- '3.10'
19
- '3.11'
20
env:
21
- BASE_IMAGE: "${{ vars.DOCKER_ORG }}/nansat:v1.6.0-python${{ matrix.python_version }}"
+ BASE_IMAGE: "${{ vars.DOCKER_ORG }}/nansat:v1.6.1-python${{ matrix.python_version }}"
22
IMAGE_NAME: "${{ vars.DOCKER_ORG }}/geospaas"
23
latest: ${{ matrix.python_version == '3.11' && 'true' || '' }}
24
steps:
Dockerfile
@@ -31,7 +31,7 @@ COPY geospaas /tmp/geospaas
31
COPY setup.py /tmp/
32
COPY MANIFEST.in /tmp/
33
WORKDIR /tmp
34
-RUN python setup.py install \
+RUN pip install . \
35
&& rm -r geospaas setup.py MANIFEST.in
36
37
WORKDIR /src
0 commit comments