Skip to content

Commit

Permalink
chore: quote versions in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Feb 21, 2024
1 parent 09778bc commit c2bba90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
mlflow-version: [2.10.2]
python-version: ["3.9", "3.10", "3.11"]
mlflow-version: ["2.10.2"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c2bba90

Please sign in to comment.