Skip to content

Commit

Permalink
ci: fix permission issue for installing socat and update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-k committed Jul 24, 2024
1 parent 1a3ee4e commit 243a65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
apt install socat -y
sudo apt-get update -y
sudo apt-get install socat -y
python -m pip install --upgrade pip
pip install poetry
poetry export -f requirements.txt --output requirements.txt --dev --without-hashes
Expand Down

0 comments on commit 243a65a

Please sign in to comment.