Skip to content

Commit

Permalink
external_binaries must be set in main yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 31, 2024
1 parent d7b9403 commit 0168b33
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
install_module: true
install_check_tools: false
ubuntu_packages: graphviz
#cfg_file: spynnaker
cfg_file: spynnaker

- name: Download Fec binaries
uses: actions/download-artifact@v4
Expand All @@ -131,16 +131,12 @@ jobs:
name: logs.sqlite3
path: external_binaries

- name: Create cfg
- name: Append cfg
# Doing this in the prepare action ended with a different path
run: |
echo '[Machine]' > ~/.spynnaker.cfg
echo 'spalloc_server = https://spinnaker.cs.man.ac.uk/spalloc/' >> ~/.spynnaker.cfg
echo 'spalloc_port = 22244' >> ~/.spynnaker.cfg
echo '[Mapping]' >> ~/.spynnaker.cfg
echo "external_binaries=$PWD/external_binaries" >> ~/.spynnaker.cfg
- name: cat cfg
run: cat ~/.spynnaker.cfg
cat ~/.spynnaker.cfg
- name: Test with pytest and proxy
env:
Expand Down

0 comments on commit 0168b33

Please sign in to comment.