Skip to content

Commit

Permalink
Try apt-get update and python3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire committed Aug 8, 2023
1 parent 3c46048 commit 2d3b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: "Show available Python versions"
run: |
sudo apt-get install -y python-dev
sudo apt-get update && apt-get install -y python3-dev
echo ".bashrc follows >>>>"
cat ~/.bashrc
# We need to modify .bashrc for interactive shells. venv-management will start a new shell
Expand Down

0 comments on commit 2d3b0c5

Please sign in to comment.