Skip to content

Commit

Permalink
Fix yaml interpreting semvar as float
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Jul 2, 2024
1 parent 60ce7d5 commit 2c91615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: x64
- name: Build Wheels
uses: messense/maturin-action@v1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Install Rust Toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: x64
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
architecture: x64
- name: Install dependencies
run: |
Expand Down

0 comments on commit 2c91615

Please sign in to comment.