Skip to content

Commit

Permalink
more tweaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Apr 7, 2022
1 parent b42b89f commit ee2b1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
continue-on-error: true
run: |
sr stop
cd ${HOME}/.cache/sr3/log/
cd ${HOME}/.cache/sarra/log/
tar -czf ${HOME}/logs.tar.gz *
- name: Save run artifacts
if: always()
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: sr3_${{ matrix.which_test }}_${{ matrix.osver }}_logs_${{ github.sha }}
name: SarraV2_${{ matrix.which_test }}_${{ matrix.osver }}_logs_${{ github.sha }}
path: ~/logs.tar.gz
2 changes: 1 addition & 1 deletion travis/flow_autoconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip3 install pyftpdlib paramiko net-tools
# The dependencies that are installed using apt are only available to system default Python versions (e.g. Python 3.8 on Ubuntu 20.04)
# If we are testing on a non-default Python version, we need to ensure these dependencies are still installed, so we use pip.
# See issue #407, #445.
for PKG in amqp appdirs dateparser watchdog netifaces humanize jsonpickle paho-mqtt psutil xattr ; do
for PKG in amqp appdirs dateparser watchdog netifaces humanize jsonpickle psutil xattr ; do
PKG_INSTALLED="`pip3 list | grep ${PKG}`"
if [ "$?" == "0" ] ; then
echo "$PKG is already installed"
Expand Down

0 comments on commit ee2b1d0

Please sign in to comment.