Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Jul 18, 2023
1 parent 4d03b90 commit 8095a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rules-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: "../.github/actions/setup-rules-engine"
uses: "./.github/actions/setup-rules-engine"
with:
python-version: ${{ matrix.python-version }}
- name: Check typing
Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: "../.github/actions/setup-rules-engine"
uses: "./.github/actions/setup-rules-engine"
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
Expand Down

0 comments on commit 8095a9e

Please sign in to comment.