Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rickstaa/bayesian-learning-control
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed May 8, 2023
2 parents 9e13779 + 3481a38 commit e18ac45
Show file tree
Hide file tree
Showing 6 changed files with 1,162 additions and 978 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_check_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: sudo apt update; sudo apt install libopenmpi-dev
- name: Set up Python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install blc system dependencies
run: sudo apt-get update; sudo apt-get install libopenmpi-dev
- name: Set up Python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies
run: sudo apt update; sudo apt install libopenmpi-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies
run: brew install openmpi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Cache python environment
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
}
},
"devDependencies": {
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"commitizen": "4.2.4",
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.4",
"lint-staged": "12.4.0",
"pnpm": "7.0.0",
"husky": "8.0.1",
"lint-staged": "13.2.0",
"pnpm": "8.4.0",
"remark": "14.0.2",
"remark-cli": "10.0.0",
"remark-cli": "11.0.0",
"remark-lint": "9.1.0",
"remark-preset-lint-recommended": "6.1.1",
"sort-package-json": "1.56.0",
"standard-version": "9.3.2"
"sort-package-json": "2.4.0",
"standard-version": "9.5.0"
}
}
Loading

0 comments on commit e18ac45

Please sign in to comment.