Skip to content

Commit

Permalink
remove lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
NKeleher committed Jun 11, 2024
1 parent bc2cf18 commit 3bc9bcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 775 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
id: setup-rye
uses: eifinger/setup-rye@v3
with:
enable-cache: true
cache-prefix: ${{ matrix.python-version }}
enable-cache: false

- name: Pin python version ${{ matrix.python-version }}
if: steps.setup-rye.outputs.cache-hit != 'true'
Expand All @@ -36,7 +35,7 @@ jobs:
- name: Install dependencies
if: steps.setup-rye.outputs.cache-hit != 'true'
run: |
rye sync --no-lock
rye sync
# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
# - name: Setup R
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
/docs/assets/data/*.dta

*.deb
requirements-dev.lock
requirements.lock
README.html
Loading

0 comments on commit 3bc9bcd

Please sign in to comment.