Skip to content

Commit

Permalink
Fix PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jan 27, 2020
1 parent 3d15fa4 commit 7292f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
# https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
- name: Setup Environment
run: |
echo "::set-env name=CC::gcc-8"
echo "::set-env name=CXX::g++-8"
echo "::set-env name=CC::gcc-7"
echo "::set-env name=CXX::g++-7"
echo "::set-env name=PYTHON_VERSION::${{ matrix.python_version }}"
env
Expand Down

0 comments on commit 7292f50

Please sign in to comment.