File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 docker run
3333 --ipc=host
3434 ${{ env.TEST_TAG }}
35- python -m pytest -m docker -s --log-cli-level DEBUG
35+ python -m pytest -m "not gpao" -s --log-cli-level DEBUG
3636
3737 - name : Set version number
3838 run : |
Original file line number Diff line number Diff line change 1- FROM mambaorg/micromamba:latest as mamba_pdal
1+ FROM mambaorg/micromamba:latest AS mamba_pdal
22COPY environment.yml /environment.yml
33USER root
44RUN micromamba env create -n altianalysis -f /environment.yml
@@ -19,6 +19,8 @@ WORKDIR /altianalysis
1919RUN mkdir tmp
2020COPY altianalysis altianalysis
2121COPY test test
22+ # Copy pyproject to register pytest markers
23+ COPY pyproject.toml pyproject.toml
2224
2325# Copy test data that are stored directly in the altianalysis repository
2426COPY data/lhd data/lhd
You can’t perform that action at this time.
0 commit comments