Skip to content

Commit

Permalink
pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 19, 2024
1 parent e3e8123 commit d734aed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
with:
path: base

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Setup MFCs
run: |
BASE="$GITHUB_WORKSPACE/base"
Expand All @@ -52,4 +47,6 @@ jobs:
PR="$GITHUB_WORKSPACE/pr"
cd $BASE
export MFC_PR=$PR
pwd
./mfc.sh count_diff

0 comments on commit d734aed

Please sign in to comment.