Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant authored Dec 19, 2023
1 parent 547fb0c commit 3e84a22
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- name: install cppunit
run: sudo apt install -y libcppunit-dev

- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: pdal_ign_plugin
environment-file: ./environment.yml
auto-activate-base: true

- 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 3e84a22

Please sign in to comment.