Skip to content

Commit d7a1ace

Browse files
committed
ci: remove useless contents
1 parent dd94a92 commit d7a1ace

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci-ubuntu-macos.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: PyCppAD CI for MacOS/Linux
33
on:
44
pull_request:
55
push:
6-
branches:
7-
- master
8-
- devel
9-
106

117
env:
128
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -56,7 +52,6 @@ jobs:
5652
5753
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPYTHON_EXECUTABLE=$(which python3) -DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=ON
5854
make
59-
make build_tests
6055
export CTEST_OUTPUT_ON_FAILURE=1
6156
make test
6257
make install
@@ -65,4 +60,4 @@ jobs:
6560
shell: bash -l {0}
6661
run: |
6762
cd build
68-
make uninstall
63+
make uninstall

0 commit comments

Comments
 (0)