Skip to content

Commit

Permalink
lestarch: bumping zmq and GDS versions (#1756)
Browse files Browse the repository at this point in the history
* lestarch: bumping zmq and GDS versions

* lestarch: adding `wheel` to setup

* lestarch: checking tools before leaving action

* lestarch: reverting to mac11 runners

See: actions/runner-images#6507
  • Loading branch information
LeStarch authored Nov 3, 2022
1 parent f5c5fb1 commit 8c8b9d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ runs:
steps:
- run: git fetch --tags
shell: bash
- run: pip3 install setuptools_scm urllib3
- run: pip3 install setuptools_scm wheel urllib3
shell: bash
- run: pip3 install -r ${{ inputs.location }}/requirements.txt
shell: bash
- run: which fprime-util
shell: bash
- run: which fprime-gds
shell: bash
- run: which fpp-check
shell: bash

6 changes: 3 additions & 3 deletions .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
MacOS-Framework:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
retention-days: 5

MacOS-Ref:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v2
Expand All @@ -51,7 +51,7 @@ jobs:
retention-days: 5

MacOS-Integration:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: "Checkout F´ Repository"
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask==1.1.4
Flask-Compress==1.12
Flask-RESTful==0.3.9
fprime-fpp==1.0.2
fprime-gds==3.1.3
fprime-gds==3.1.4
fprime-tools==3.1.1
gcovr==5.1
idna==3.3
Expand All @@ -38,7 +38,7 @@ pytest==6.2.5
python-dateutil==2.8.2
python-slugify==6.1.2
pytz==2022.1
pyzmq==22.3.0
pyzmq==24.0.1
requests==2.28.0
six==1.16.0
text-unidecode==1.3
Expand Down

0 comments on commit 8c8b9d0

Please sign in to comment.