Skip to content

Commit

Permalink
Merge remote-tracking branch 'app4triqs-remote/3.3.x' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 13, 2024
2 parents 2b25097 + 96110d2 commit c55489e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build

on:
push:
branches: [ unstable ]
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
pull_request:
branches: [ unstable ]
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
workflow_call:
workflow_dispatch:

Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.os }}-${{ matrix.cc }}-${{ github.run_id }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
if: always()
run: ccache -sv

- uses: actions/cache/save@v3
- uses: actions/cache/save@v4
if: always()
with:
path: ${{ env.CCACHE_DIR }}
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import sys
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext")
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext/numpydoc")

# exclude these folders from scanning by sphinx
exclude_patterns = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion packaging/TRIQS-cthyb-foss-2021b.eb.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
('GMP', '6.2.1'),
('HDF5', '1.10.7'),
('Mako', '1.1.4'),
('TRIQS', '3.2.0'),
('TRIQS', '3.3.0'),
('NFFT', '3.5.2')
]

Expand Down

0 comments on commit c55489e

Please sign in to comment.