Skip to content

Commit ad57476

Browse files
Perhaps the newer setup-bin works for packages now?
1 parent 101cd1d commit ad57476

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: supplypike/setup-bin@v3
20-
with:
21-
uri: 'https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.8/cvc5-Linux'
22-
name: 'cvc5'
23-
version: '1.0.8'
18+
- uses: actions/checkout@v5
2419
- name: Set up Python 3.13
2520
uses: actions/setup-python@v3
2621
with:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
py-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: supplypike/setup-bin@v3
19+
- uses: actions/checkout@v5
20+
- uses: supplypike/setup-bin@v5
2121
with:
22-
uri: 'https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.8/cvc5-Linux'
22+
uri: 'https://github.com/cvc5/cvc5/releases/download/cvc5-1.3.1/cvc5-Linux-x86_64-static.zip'
2323
name: 'cvc5'
24-
version: '1.0.8'
24+
version: '1.3.1'
2525
- name: Set up Python ${{ matrix.py-version }}
2626
uses: actions/setup-python@v3
2727
with:

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cvc5==1.3.0
2-
coverage
3-
pylint
4-
pycodestyle
1+
cvc5==1.3.1
2+
coverage>=7.11
3+
pylint>=4.0.3
4+
pycodestyle>=2.14

0 commit comments

Comments
 (0)