Skip to content

Commit

Permalink
Merge pull request evaleev#280 from evaleev/loriab-patch-1
Browse files Browse the repository at this point in the history
try to fix CI by avoiding py312, take 2
  • Loading branch information
evaleev committed Nov 22, 2023
2 parents 14bc576 + 6e5694b commit ac22c81
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build_repo:
Expand Down Expand Up @@ -143,7 +147,7 @@ jobs:
./hf++ $LIBINT_EXPORTED_DIR/tests/hartree-fock/h2o_rotated.xyz | python $LIBINT_EXPORTED_DIR/tests/hartree-fock/hartree-fock++-validate.py $LIBINT_EXPORTED_DIR/MakeVars.features
- name: Build Python bindings
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os != 'macos-latest' }}
shell: bash
working-directory: ${{github.workspace}}/build/library
run: |
Expand Down

0 comments on commit ac22c81

Please sign in to comment.