Skip to content

Commit

Permalink
install python3 using apt
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Sep 25, 2023
1 parent 6248cc7 commit 550792c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ env.PYTHON_VER }}
uses: actions/setup-python@v3
with:
python-version: ${{ env.PYTHON_VER }}
- name: Cache install modules
id: cache-modules
uses: actions/cache@v2
Expand All @@ -46,7 +42,7 @@ jobs:
- name: Install System Tools
run: |
sudo apt update
sudo apt-get install $CC $CXX libc6
sudo apt-get install $CC $CXX libc6 python${PYTHON_VER} python3-pip
sudo apt-get install mpich
if [[ $DLIO_PROFILER == 'DLIO_PROFILER' ]]; then
sudo apt-get install libhwloc-dev
Expand Down

0 comments on commit 550792c

Please sign in to comment.