Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Feb 9, 2024
1 parent 72867bd commit 1a0e056
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_min_reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install minimum dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install cbor2==5.1.2
pip install coincurve==15.0.1
pip install crcmod==1.7
Expand All @@ -54,10 +55,11 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: "3.10"
- name: Install minimum dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install cbor2==5.1.2
pip install coincurve==16.0.0
pip install crcmod==1.7
Expand All @@ -84,10 +86,11 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: 3.11
python-version: "3.11"
- name: Install minimum dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install cbor2==5.1.2
pip install coincurve==18.0.0
pip install crcmod==1.7
Expand Down

0 comments on commit 1a0e056

Please sign in to comment.