Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Jul 19, 2024
1 parent afeca3c commit aae9ab8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,15 @@ jobs:
run: |
git fetch --all
git pull origin bootstrap
git pull origin bootstrap_ci
git checkout bootstrap_ci
git merge bootstrap
git checkout bootstrap
chmod +x .github/workflows/bootstrap_all.sh
cd ebcc/codegen && ./../../.github/workflows/bootstrap_all.sh
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b bootstrap_ci
git add *.py
git commit -m "Bootstrap via ${{ github.sha }}"
git push origin bootstrap_ci
git push origin bootstrap_ci --force
- name: Run unit tests
run: |
python -m pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion ebcc/codegen/bootstrap_MPn.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from albert.qc._pdaggerq import import_from_pdaggerq
from albert.tensor import Tensor

from ebcc.codegen import hugenholtz
from ebcc.codegen import bootstrap_hugenholtz as hugenholtz
from ebcc.codegen.bootstrap_common import *

# Get the spin case
Expand Down
File renamed without changes.

0 comments on commit aae9ab8

Please sign in to comment.