Skip to content

Commit

Permalink
3.13 container not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Nov 4, 2023
1 parent 27c5b52 commit 1fb14d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
container: python:${{ matrix.python-version }}
steps:
- run: pip install pipenv
Expand Down

0 comments on commit 1fb14d3

Please sign in to comment.