Skip to content

Commit

Permalink
Merge pull request #1178 from wger-project/feature/update-bootstrap-5.2
Browse files Browse the repository at this point in the history
Update to bootstrap 5.2
  • Loading branch information
rolandgeider committed Mar 30, 2023
2 parents 0675437 + ef49ca2 commit bcbae82
Show file tree
Hide file tree
Showing 109 changed files with 5,763 additions and 3,328 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Cache dependencies
uses: actions/cache@v3.0.11
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit bcbae82

Please sign in to comment.