diff --git a/.github/workflows/openfl-test.yml b/.github/workflows/openfl-test.yml index c33f10c79..cd3ed6628 100644 --- a/.github/workflows/openfl-test.yml +++ b/.github/workflows/openfl-test.yml @@ -11,7 +11,7 @@ on: jobs: - build: + openfl-test: runs-on: ubuntu-latest @@ -25,7 +25,7 @@ jobs: sudo rm -rf "$ANDROID_SDK_ROOT" df -h - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Use changed-files-specific action to collect file changes. # The following commented condition applied to a step will run that step only if non-docs files have changed. @@ -90,7 +90,6 @@ jobs: cd openfl git fetch --tags git checkout $(git describe --tags --abbrev=0) - # pip install "tensorboardX!=2.6.2" # https://github.com/lanpa/tensorboardX/issues/716 sed -i -e 's/protobuf==3.19.6/protobuf/g' setup.py ## this should NOT be there pip install -e . cd .. diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 5364dc8df..baefad34e 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -11,7 +11,7 @@ on: jobs: - build: + full-test: runs-on: ubuntu-latest @@ -25,7 +25,7 @@ jobs: sudo rm -rf "$ANDROID_SDK_ROOT" df -h - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Use changed-files-specific action to collect file changes. # The following commented condition applied to a step will run that step only if non-docs files have changed.