Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 authored Jan 17, 2024
1 parent 2722744 commit f2b1909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'pipenv'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo pip install pipenv
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
pipenv install wheel
pipenv install
- name: Build package
run: make build
Expand Down

0 comments on commit f2b1909

Please sign in to comment.