Skip to content

Commit e06ee43

Browse files
Update build.yml
1 parent ceb4022 commit e06ee43

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,11 @@ on: push
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
strategy:
8-
matrix:
9-
python-version: ["3.9"]
107
steps:
118
- uses: actions/checkout@v4
129
- name: Install Python
1310
uses: actions/setup-python@v4
1411
- name: Install the latest version of rye
1512
uses: eifinger/setup-rye@v2
16-
with:
17-
enable-cache: true
18-
cache-prefix: ${{ matrix.python-version }}
19-
- name: Pin python-version ${{ matrix.python-version }}
20-
if: steps.setup-rye.outputs.cache-hit != 'true'
21-
run: rye pin ${{ matrix.python-version }}
22-
- name: Install dependencies
23-
if: steps.setup-rye.outputs.cache-hit != 'true'
24-
run: |
25-
rye sync --no-lock
26-
# - name: Build with Rye
27-
# run: rye build
13+
- name: Build with Rye
14+
run: rye build

0 commit comments

Comments
 (0)