Skip to content

Commit

Permalink
Update deprecation tests to use Cython preference
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mstimberg committed Feb 10, 2025
1 parent 6077890 commit b88fadc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ jobs:
cache-key: gsl-x64-linux
revision: master
token: ${{ github.token }}
- name: Set GSL preference for vcpkg
shell: bash
run: |
mkdir ~/.brian/
# Replaces backslashes with forward slashes
echo "GSL.directory=\"${{ github.workspace }}\\vcpkg\\installed\x64-linux\\include"\" | tr '\\' '/' > ~/.brian/user_preferences
cat ~/.brian/user_preferences
- name: Install Python
id: python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -158,3 +165,4 @@ jobs:
AGENT_OS: linux
STANDALONE: ${{ matrix.standalone }}
PYTHON_BINARY: ${{ steps.python.outputs.python-path }}
DO_NOT_RESET_PREFERENCES: true # Make sure that GSL setting is used

0 comments on commit b88fadc

Please sign in to comment.