Skip to content

Commit

Permalink
test fix for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Oct 24, 2023
1 parent 3862747 commit a76b556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
conda list
pip install poppler-utils
conda install 'poppler=>22.10.0'
conda install -c conda-forge 'poppler=>22.10.0'
- name: Check installation
shell: bash -el {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
pyg2p.egg-info
/dist
*.nbc
*.nbi
/.python-version
.coverage
.coverage.*

0 comments on commit a76b556

Please sign in to comment.