Skip to content

Commit

Permalink
trying without host py3.9 install
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Nov 8, 2024
1 parent f6df26e commit dbd7796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: x64

# Conditional step: install additional dependencies only for Python 3.9
- name: Install specific dependencies for Python 3.9
if: matrix.python-version == '3.9'
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.9 python3.9-dev python3.9-venv

- name: Install cibuildwheel
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_extension(self, ext):
print(bins)
setup(
name='djcdata',
version='2.1.1', #start from deepjetcore included version
version='2.1.2', #start from deepjetcore included version
author='Jan Kieseler',
author_email='[email protected]',
url='https://github.com/jkiesele/djcdata',
Expand Down

0 comments on commit dbd7796

Please sign in to comment.