Skip to content

Commit

Permalink
cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Sep 17, 2022
1 parent a3368d9 commit 3c1eeb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CompileWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ jobs:
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@master
# if: ${{ github.event.inputs.buildsys == 'ninja' }}
- name: Setup requirements.txt
run: |
echo "git+https://bitbucket.org/lindenlab/autobuild.git#egg=autobuild" | tee requirements.txt
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
cache: 'pip'
- name: Workaround Firestorm Python.cmake
run: |
export PYTHON_EXECUTABLE=$(cygpath -ms "`which python`") #dev
Expand All @@ -125,7 +129,7 @@ jobs:
git --version
python --version
cl.exe
${{ github.event.inputs.buildsys }}.exe -version
${{ github.event.inputs.buildsys }}.exe --version
ninja --version
echo " "
df -h
Expand Down

0 comments on commit 3c1eeb6

Please sign in to comment.