Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 18, 2023
1 parent e59586b commit d4117b8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:
activate-environment: pdal_ign_plugin
environment-file: ./environment.yml
auto-activate-base: true

- name: conda_info
run: conda info

- name: find_conda_sh
run: source /usr/share/miniconda/etc/profile.d/conda.sh

- name: compil_plugins
run: source ./ci/build.sh

- name: test
run: source ./ci/launch_test.sh

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d4117b8

Please sign in to comment.