Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jul 25, 2023
1 parent 3f8d5ac commit 11d536c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ jobs:
run: |
source env.source
echo "Python implementation: "
python -c "import platform; platform.python_implementation()"
python -c "import platform; print(platform.python_implementation())"
echo "Python3 implementation: "
python3 -c "import platform; platform.python_implementation()"
python3 -c "import platform; print(platform.python_implementation())"
- name: Install MDI Library Python package
run: |
Expand Down Expand Up @@ -445,7 +445,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'
python-version: '3.10'

- name: Create source file with all required environment variables
run: |
Expand Down Expand Up @@ -485,9 +485,9 @@ jobs:
run: |
source env.source
echo "Python implementation: "
python -c "import platform; platform.python_implementation()"
python -c "import platform; print(platform.python_implementation())"
echo "Python3 implementation: "
python3 -c "import platform; platform.python_implementation()"
python3 -c "import platform; print(platform.python_implementation())"
- name: Install MDI Library Python package
run: |
Expand Down

0 comments on commit 11d536c

Please sign in to comment.