Skip to content

Commit

Permalink
Actions: Remove python-dep
Browse files Browse the repository at this point in the history
We shouldn't lock down to old python version.

Signed-off-by: Benjamin Copeland <[email protected]>
  • Loading branch information
bhcopeland committed Feb 15, 2024
1 parent 0a0c385 commit 9ae30f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-plans-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9ae30f2

Please sign in to comment.