Skip to content

Commit

Permalink
chore (actions): upgradeded python from 3.8 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Lukas committed Mar 26, 2024
1 parent d01c3d7 commit bc2f88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: 🏗 Install build dependencies
run: sudo apt-get -qq update
- run: sudo apt-get -y install python3.9 python3.9-dev python3-pip libcurl4 build-essential python3-tornado python3-setuptools debhelper dh-systemd cdbs dh-python fakeroot python3-pip rsync locales
- run: sudo apt-get -y install python3 python3-dev python3-pip libcurl4 build-essential python3-tornado python3-setuptools debhelper dh-systemd cdbs dh-python fakeroot python3-pip rsync locales
- run: pip3 install virtualenv
- name: 🏗 Create virtual python env
run: virtualenv -p /usr/bin/python3.9 hotspot-env
run: virtualenv -p /usr/bin/python3 hotspot-env
- name: 🏗 Activate virtual python env
run: source hotspot-env/bin/activate
- name: ⬇ Checkout code
Expand Down

0 comments on commit bc2f88b

Please sign in to comment.