diff .github/workflows/ci-test.yml @ 6902:3871eeafe73c

new tests - matrix.python_version not resolving right
author John Rouillard <rouilj@ieee.org>
date Thu, 01 Sep 2022 15:38:57 -0400
parents 6663fec097a6
children 02d91a31ed9a
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu Sep 01 15:29:47 2022 -0400
+++ b/.github/workflows/ci-test.yml	Thu Sep 01 15:38:57 2022 -0400
@@ -75,12 +75,17 @@
         run: |
           env
           echo "${{ matrix.python_version }}"
+          echo "$PYTHON_VERSION"
           echo "${{ matrix.os }}"
 
       - name: test if statement
         if: matrix.python_version == '3.10' && matrix.os == 'ubuntu-latest'
         run: echo "I ran so far awaaay"
 
+      - name: test if statement os only
+        if: matrix.os == 'ubuntu-latest'
+        run: echo "I ran so far awaaay"
+
       # Display the Python version being used
       - name: Display Python version
         run: python -c "import sys; print(sys.version)"

Roundup Issue Tracker: http://roundup-tracker.org/