From 2a7127243ebc2ff287a9b83a15cc4b430b6fa882 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Wed, 21 Jun 2023 15:58:58 +0200 Subject: [PATCH] ci: fix blc action --- .github/workflows/bayesian_learning_control.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bayesian_learning_control.yml b/.github/workflows/bayesian_learning_control.yml index 4faf43114..6f4a07857 100644 --- a/.github/workflows/bayesian_learning_control.yml +++ b/.github/workflows/bayesian_learning_control.yml @@ -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