Skip to content

Commit

Permalink
Upgrade to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 19, 2024
1 parent 420f13e commit ece3511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
apt-get update -q
apt-get install -q -y devscripts debhelper git
apt-get install -q -y python-all-dev python-pbr python-setuptools
apt-get install -q -y python3-all-dev python3-pbr python3-setuptools
- name: build packages
run: |
tar -xzf cloud_info_provider-${{ needs.sdist.outputs.version }}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
apt-get update -q
apt-get install -q -y devscripts debhelper git
apt-get install -q -y python-all-dev python-pbr python-setuptools
apt-get install -q -y python3-all-dev python3-pbr python3-setuptools
- name: build packages
run: |
tar -xzf cloud_info_provider-${{ needs.sdist.outputs.version }}.tar.gz \
Expand Down

0 comments on commit ece3511

Please sign in to comment.