Skip to content

Commit

Permalink
ci: Remove Python installs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Oct 24, 2023
1 parent b90fe08 commit 1f8e01f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/at_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ jobs:
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d # v1.6.0
with:
sdk: stable
# Setup python
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.8'
# Install python packages
- name: Install Python dependencies
run: |
python3 -m pip install --require-hashes -r tools/requirements.txt

# Runs dart lint rules and unit tests on at_persistence_root_server
- name: Install dependencies in at_persistence_root_server
working-directory: ${{ env.proot-working-directory }}
Expand Down Expand Up @@ -118,12 +109,6 @@ jobs:
with:
sdk: stable

# Setup python
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.8'

- name: Install dependencies
working-directory: ${{ env.ftest-working-directory }}
run: dart pub get
Expand Down

0 comments on commit 1f8e01f

Please sign in to comment.