Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-jaepel committed Nov 15, 2024
1 parent 87449ee commit d767c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Git LFS
if: runner.os == 'Linux' || runner.os == 'macOS'
run: |
sudo apt-get update
sudo apt-get install -y git-lfs
Expand All @@ -53,7 +54,7 @@ jobs:
- name: Set up Virtual Environment
run: |
python -m venv ../testing
source ../testing/bin/activate
${{ runner.os == 'Windows' && 'source ../testing/Scripts/activate' || 'source ../testing/bin/activate' }}
- name: Install Dependencies
run: |
Expand Down

0 comments on commit d767c98

Please sign in to comment.