Skip to content

Commit

Permalink
Set specific versions for Python 3 and meson in janus-ci yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Feb 15, 2021
1 parent d7c9ef0 commit 1f45e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/janus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
if: ${{ matrix.deps_from_src == 'yes' }}
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8.5'
architecture: 'x64'
- name: install python packages
if: ${{ matrix.deps_from_src == 'yes' }}
run: pip3 install wheel meson
run: pip3 install -Iv wheel meson==0.54.3
- name: setup libnice from sources
if: ${{ matrix.deps_from_src == 'yes' }}
run: |
Expand Down

0 comments on commit 1f45e02

Please sign in to comment.