Skip to content

Commit

Permalink
ci: fix blc action
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jun 21, 2023
1 parent 5c01135 commit 2a71272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bayesian_learning_control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- name: Checkout bayesian-learning-control repository
uses: actions/checkout@v3
- name: Install system dependencies
- name: Install system dependencies
run: sudo apt-get update; sudo apt-get install libopenmpi-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 2a71272

Please sign in to comment.