Skip to content

Commit

Permalink
Revert to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanserre committed Jul 19, 2024
1 parent 523bf3f commit 52baff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:

- name: Install dependencies
run: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt-get install python3.12
sudo apt-get install python3
sudo apt-get install -y python3-dev
python3.12 -m pip install --upgrade pip
python3.12 -m pip install setuptools
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1
python -m pip install --upgrade pip
# Runs a single command using the runners shell
- name: Build GKLS
Expand Down
4 changes: 0 additions & 4 deletions build_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Red="\033[0;31m"
Green="\033[0;92m"
NC="\033[0m"

echo -e "${Purple}Python version${NC}"
python --version
python3 --version

platform=$(python -c "import platform; print(platform.processor())")
echo -e "${Purple}Running on ${platform} platform${NC}"

Expand Down

0 comments on commit 52baff6

Please sign in to comment.