Skip to content

Commit

Permalink
Relax pyyaml dev dependency (#418)
Browse files Browse the repository at this point in the history
Relax `pyyaml` dependency from dev requirements and remove requirements-dev-arm64.txt which was just
a duplicate of `requirements-dev.txt`
  • Loading branch information
danielhollas authored Dec 12, 2023
1 parent 6df2d3d commit 987a2e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .github/actions/create-dev-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ runs:
python-version: 3.x

- name: Install Dev Dependencies 📦
if: ${{ inputs.architecture == 'amd64' }}
run: |
pip install --upgrade pip
pip install --upgrade -r requirements-dev.txt
shell: bash

- name: Install Dev Dependencies 📦
if: ${{ inputs.architecture == 'arm64' }}
run: |
pip install --upgrade pip
pip install --upgrade -r requirements-dev-arm64.txt
shell: bash
11 changes: 0 additions & 11 deletions requirements-dev-arm64.txt

This file was deleted.

2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ docker
requests
pre-commit
pytest
# dependencies
pytest-docker
doit
dunamai
pyyaml<=5.3.1

0 comments on commit 987a2e2

Please sign in to comment.