Skip to content

Commit

Permalink
1.10 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Dec 19, 2023
1 parent bb0d521 commit 4f80461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ jobs:
id: cp
with:
python-version: ${{ env.PY_VER }}
# - name: Cache pip
# uses: actions/cache@v3
# id: cache-pip
# with:
# path: ${{ env.pythonLocation }}
# key: ${{ runner.os }}-pip-${{ steps.cp.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
- name: Install python packages
# if: ${{ steps.cache-pip.outputs.cache-hit != 'true' }}
run: pip install -r requirements.txt
- name: Read Julia version
uses: SebRollen/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '^1.10.0-0'
- name: Update Julia dependencies
env:
JULIA_PKG_PRECOMPILE_AUTO: '0'
Expand Down

0 comments on commit 4f80461

Please sign in to comment.