Skip to content

Commit

Permalink
fix(workflow): fix python build (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
varundhall authored Sep 5, 2024
1 parent b923826 commit d582526
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:

- name: Install Python
uses: actions/setup-python@v5
with:
# Fivetran build script requires Python 3.10, not above.
# Testing the destination found that it also requires 3.10, latest does not work.
python-version: '3.10.8'

- name: Install Python dependencies
run: python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit d582526

Please sign in to comment.