Skip to content

Commit

Permalink
Use python from install
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 6, 2024
1 parent b879d90 commit 237f4ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
id: python_3_9
with:
python-version: '3.9.13'

- name: Upgrade pip
run: python -m pip install --upgrade pip

- name: Install Mercurial
run: pip install mercurial
run: pip --python '${{ steps.python_3_9.outputs.python-path}}'' install mercurial

- name: Install Crystal
uses: oprypin/install-crystal@v1
Expand Down

0 comments on commit 237f4ef

Please sign in to comment.