Skip to content

Commit

Permalink
Update dependency_check.yml disable python latest temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 1, 2023
1 parent c1c42f7 commit 461f9e1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/dependency_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,24 @@ on:
- cron: '0 2 * * *'

jobs:
python-latest:
# python-latest:
# runs-on: ubuntu-latest
# container:
# image: python:latest
#
# steps:
# - uses: actions/checkout@v3
#
# - name: python version
# run: python --version
#
# - name: install lib
# run: pip install -e .

python-python311:
runs-on: ubuntu-latest
container:
image: python:latest
image: python:3.11

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

0 comments on commit 461f9e1

Please sign in to comment.