Skip to content

Commit

Permalink
bump ng_nx
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Aug 22, 2024
1 parent bc349ec commit e99fd3b
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run Install
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ dmypy.json

# pdm
.pdm.toml
.pdm-python

# requirments.txt is only for local development
requirements.txt
Expand Down
Loading

0 comments on commit e99fd3b

Please sign in to comment.