Skip to content

Commit

Permalink
Troubleshoot permissions error in GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 28, 2024
1 parent 70f3b43 commit cf48623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install apt dependencies
run: |
apt update
apt install -y rabbitmq-server
sudo apt update
sudo apt install -y rabbitmq-server
- name: Install package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit cf48623

Please sign in to comment.